Drop padding and terminal width detection

Output left + right with a single space separator instead of trying
to right-align to a detected terminal width. Terminal detection is
unreliable when all fds are piped by Claude Code, and hardcoding a
width defeats the purpose. Also removes the x/term dependency.
This commit is contained in:
2026-02-08 23:37:48 +01:00
parent 27128e2e3b
commit bca7b59248
3 changed files with 339 additions and 752 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.25.5
require (
github.com/go-git/go-git/v6 v6.0.0-20260206150416-f623c7555599
github.com/shirou/gopsutil/v4 v4.26.1
golang.org/x/term v0.39.0
)
require (