From bbfa822fe670250482b21249760d7246b12fefde Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 03:52:09 -0500 Subject: playing with title. it's working excellently --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index afd7cb1..ca606c0 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,8 @@ func main() { me.sh.GoodExit("do what?") } - setTitle("wit %s" + me.sh.Cmd) + pwd, _ := os.Getwd() + setTitle(log.Sprintf("wit %s %s", me.sh.Cmd, pwd)) // Standard subcommand handling starts here var s string -- cgit v1.2.3