No description
Find a file
2026-04-03 21:19:52 +01:00
.github Handle API errors for limit fetching 2026-03-08 16:58:40 +00:00
bin Show indicator when running with --dangerously-skip-permissions 2026-04-03 21:12:10 +01:00
.gitignore Initial commit 2026-03-08 16:53:41 +00:00
LICENSE Initial commit 2026-03-08 16:53:41 +00:00
package.json Bump version 1.0.6 2026-04-03 21:19:52 +01:00
README.md Fix grammar in README statusline description 2026-03-08 17:29:28 +00:00

claude-statusline

Configure your Claude Code statusline to show limits, directory and git info

demo

Install

Run the command below to set it up

npx @kamranahmedse/claude-statusline

It backups your old status line if any and copies the status line script to ~/.claude/statusline.sh and configures your Claude Code settings.

Requirements

  • jq — for parsing JSON
  • curl — for fetching rate limit data
  • git — for branch info

On macOS:

brew install jq

Uninstall

npx @kamranahmedse/claude-statusline --uninstall

If you had a previous statusline, it restores it from the backup. Otherwise it removes the script and cleans up your settings.

License

MIT