From 022072ce8bac114ea0a7b94132ed3b8630de2f90 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 17 Apr 2026 00:00:40 +0200 Subject: * fix bug which prevented multiple sources from showing up in the tui at the same time * add padding to bottom of sources * add git status panel to bottom of tui --- model/git.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 model/git.go (limited to 'model/git.go') diff --git a/model/git.go b/model/git.go new file mode 100644 index 0000000..35d7557 --- /dev/null +++ b/model/git.go @@ -0,0 +1,6 @@ +package model + +type GitInfo struct { + Branch string + Insertions, Deletions, Changes int +} -- cgit v1.3