Files
claude-statusline/go.mod
Kaj Kowalski 135bbf68f1 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.
2025-12-18 06:36:55 +01:00

6 lines
89 B
Modula-2

module github.com/kjanat/claude-statusline
go 1.24.11
require golang.org/x/sys v0.39.0