Some checks failed
Release / build (push) Failing after 21s
Replace Node.js + Python codebase with three Go binaries: - claude-statusline: CLI status bar for Claude Code - claude-fetcher: standalone cron job for API usage - claude-widget: system tray icon (fyne-io/systray + fogleman/gg) All CGO-free for trivial cross-compilation. Add nfpm .deb packaging with autostart and cron. CI pipeline produces Linux + Windows binaries, .deb, .tar.gz, and .zip release assets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
# Fetch Claude API usage every 5 minutes (all users with a session key)
|
|
# Installed by claude-statusline package
|
|
*/5 * * * * root /usr/bin/claude-fetcher 2>/dev/null
|