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

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

요약

Claude Code 사용량을 실시간으로 확인할 수 있는 'Fuelgauge' 플러그인이 공개되었습니다. 이 도구는 별도의 API 호출 없이 로컬에서 실행되며, 컨텍스트와 5시간 및 7일간의 사용량을 색상으로 구분된 진행률 바로 표시합니다. macOS, 리눅스, 윈도우 등 다양한 환경에서 지원되며, 설정 파일 간단 수정 후 적용이 가능합니다.

본문

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █░▄▄█░██░█░▄▄█░████░▄▄▄█░▄▄▀█░██░█░▄▄▄█░▄▄ █░▄██░██░█░▄▄█░████░█▄▀█░▀▀░█░██░█░█▄▀█░▄▄ █▄████▄▄▄█▄▄▄█▄▄███▄▄▄▄█▄██▄██▄▄▄█▄▄▄▄█▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 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를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →