{"id":49589478,"url":"https://github.com/m5d215/claude-statusline","last_synced_at":"2026-05-04T00:13:37.602Z","repository":{"id":355019568,"uuid":"1194380377","full_name":"m5d215/claude-statusline","owner":"m5d215","description":"A Powerline-style status line for Claude Code, written as a single jq-jit program","archived":false,"fork":false,"pushed_at":"2026-05-01T12:06:37.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T14:09:35.675Z","etag":null,"topics":["claude-code","claude-code-statusline","jq","powerline"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m5d215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-28T09:21:56.000Z","updated_at":"2026-05-01T12:06:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/m5d215/claude-statusline","commit_stats":null,"previous_names":["m5d215/claude-statusline"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/m5d215/claude-statusline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5d215%2Fclaude-statusline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5d215%2Fclaude-statusline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5d215%2Fclaude-statusline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5d215%2Fclaude-statusline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m5d215","download_url":"https://codeload.github.com/m5d215/claude-statusline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5d215%2Fclaude-statusline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-statusline","jq","powerline"],"created_at":"2026-05-04T00:13:37.136Z","updated_at":"2026-05-04T00:13:37.597Z","avatar_url":"https://github.com/m5d215.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-statusline\n\nA Powerline-style status line for [Claude Code](https://claude.ai/code), written as a single [jq-jit](https://github.com/m5d215/jq-jit) program.\n\n## Segments\n\n![catalog](catalog.png)\n\n| Segment | Description |\n|---------|-------------|\n| Model | Claude model name and context window size |\n| Directory | Current working directory (`~/src/github.com/` and `~/src/gitlab.com/` are shortened with icons) |\n| Git branch | Current branch (hidden when not in a git repo) |\n| Context % | Context window usage — green → yellow → red as it fills |\n| Rate limits | 5-hour and 7-day usage with reset time (hidden when no data) |\n\n## Requirements\n\n- macOS (Linux is not currently supported)\n- [jq-jit](https://github.com/m5d215/jq-jit) — a jq interpreter with `exec`/`execv` builtins\n- [Nerd Font](https://www.nerdfonts.com/) — for Powerline and icon glyphs\n- [Claude Code](https://claude.ai/code)\n\n## Installation\n\n### Homebrew (recommended)\n\n```sh\nbrew install m5d215/tap/claude-statusline\n```\n\nThis pulls in [jq-jit](https://github.com/m5d215/jq-jit) automatically and installs the script as `claude-statusline` on your `PATH`.\n\nThen add to your `~/.claude/settings.json`:\n\n```json\n{\n  \"statusLine\": {\n    \"type\": \"command\",\n    \"command\": \"claude-statusline\",\n    \"padding\": 0\n  }\n}\n```\n\n### Manual\n\n**1. Install [jq-jit](https://github.com/m5d215/jq-jit)** (via Homebrew, `cargo install`, or a release binary).\n\n**2. Download the script**\n\n```sh\ncurl -o ~/.claude/statusline.sh https://raw.githubusercontent.com/m5d215/claude-statusline/main/statusline.sh\nchmod +x ~/.claude/statusline.sh\n```\n\n**3. Configure Claude Code**\n\nAdd to your `~/.claude/settings.json`:\n\n```json\n{\n  \"statusLine\": {\n    \"type\": \"command\",\n    \"command\": \"~/.claude/statusline.sh\",\n    \"padding\": 0\n  }\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5d215%2Fclaude-statusline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm5d215%2Fclaude-statusline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5d215%2Fclaude-statusline/lists"}