Show HN: Fuelgauge – a Claude Code status line that doesn't need Node

hackernews | | 📦 오픈소스
#claude
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

Claude Code의 상태 표시줄에 폴더, git 브랜치 정보와 함께 5시간 및 7일간의 사용량을 색상으로 구분된 진행 막대로 표시해주는 'Fuelgauge' 플러그인이 공개되었습니다. 이 도구는 별도의 API 호출 없이 로컬 데이터만을 사용하며, 300ms마다 제한적으로 업데이트되어 성능에 영향을 주지 않습니다. macOS, Linux, WSL 및 Windows 환경을 지원하며, Claude Code v1.2.80 이상 버전에서 정확한 사용량을 확인할 수 있습니다.

본문

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █░▄▄█░██░█░▄▄█░████░▄▄▄█░▄▄▀█░██░█░▄▄▄█░▄▄ █░▄██░██░█░▄▄█░████░█▄▀█░▀▀░█░██░█░█▄▀█░▄▄ █▄████▄▄▄█▄▄▄█▄▄███▄▄▄▄█▄██▄██▄▄▄█▄▄▄▄█▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ A cross-platform Claude Code status line with folder, git branch, and color-coded progress bars for context, 5-hour, and 7-day usage. my-project | (main) │ ctx ███░░░░░░░ 28% │ 5h █████░░░░░ 47% │ 7d ██░░░░░░░░ 19% Green under 70%, yellow 70–89%, red at 90%+. Claude Code's rate limits are per-5h and per-7d. Blowing through your weekly budget without noticing is a real problem this keeps it in your face. /plugin marketplace add adityaarakeri/fuelgauge /plugin install fuelgauge /fuelgauge:setup Restart Claude Code after setup. - macOS / Linux / WSL: jq andgit - Windows (native PowerShell): git on PATH, PowerShell 5.1 or 7+ - Claude Code v1.2.80+ for 5h/7d bars (older versions will show 0% for usage bars) No. The status line runs locally, reads data Claude Code already has, and makes zero API calls. Updates are throttled to at most every 300ms and only fire when conversation messages update. /fuelgauge:uninstall /plugin uninstall fuelgauge Add to ~/.claude/settings.json : Unix: { "statusLine": { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/statusline.sh", "padding": 0 } } Windows: { "statusLine": { "type": "command", "command": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${CLAUDE_PLUGIN_ROOT}\\scripts\\statusline.ps1\"", "padding": 0 } } MIT

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →