Add Go statusline implementation

Replace shell-based statusline with native Go for ~4x speedup.
Parses JSON natively, detects git status, checks gitea process,
and formats colored output with proper terminal width handling.
This commit is contained in:
2025-12-18 04:59:15 +01:00
parent ffb73d6544
commit 135bbf68f1
4 changed files with 251 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module github.com/kjanat/claude-statusline
go 1.24.11
require golang.org/x/sys v0.39.0