An open API service indexing awesome lists of open source software.

https://github.com/kamranahmedse/claude-statusline

Minimal Claude Code statusline setup I personally use
https://github.com/kamranahmedse/claude-statusline

Last synced: 4 months ago
JSON representation

Minimal Claude Code statusline setup I personally use

Awesome Lists containing this project

README

          

# claude-statusline

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

![demo](./.github/demo.png)

## Install

Run the command below to set it up

```bash
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](https://jqlang.github.io/jq/) — for parsing JSON
- curl — for fetching rate limit data
- git — for branch info

On macOS:

```bash
brew install jq
```

## Uninstall

```bash
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