From 6deb6c606dce2364f9a1e483831410d4fe4f0878 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 06:30:53 -0500 Subject: set term title here --- doCommit.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doCommit.go') diff --git a/doCommit.go b/doCommit.go index 16e1f78..e54a805 100644 --- a/doCommit.go +++ b/doCommit.go @@ -50,6 +50,8 @@ func doCommit() (string, error) { return "repo must be on user branch", errors.New("repo must be on user branch") } + s := log.Sprintf("%s [git commit --all]", repo.GetNamespace()) + setTerminalTitle(s) if err := repo.GitCommit(); err != nil { return "git commit --all", err } -- cgit v1.2.3