Skip to content

tikket1/tikket-statusline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tikket-statusline

A feature-rich statusline for Claude Code.

No dependencies License: MIT

What you get

◆ Opus 4.6 · ⌥ main*↑2 · ⚑ 3 · ⌂ myproject · v1.2.0 · ⏱ 3h ago · ▸ Fixing bug [2/5] · ⊙ 2 agents · ━━━━━━───────── 40%
Indicator Description
◆ Opus 4.6 Active model
⌥ main*↑2↓1 Git branch, dirty state (*), commits ahead () / behind () remote
⚑ 3 Git stash count (hidden if none)
⌂ myproject ⊕wt Working directory + worktree indicator if in a non-main worktree
v1.2.0 Version from package.json (hidden if none)
⏱ 3h ago Time since last commit
▸ Fixing bug [2/5] Active task + progress from Claude's task list
⊙ 2 agents Running subagents (hidden if none)
━━━───────── 25% Context window usage with color gradient (green → yellow → orange → red → 💀)

Everything hides gracefully when not applicable — no stashes, no stash indicator. No agents running, no agent count. Clean and minimal by default.

Narrow terminal? The statusline automatically adapts to your terminal width. Lower-priority segments are progressively dropped while the context window bar is always preserved on the right.

Install

One-liner:

curl -fsSL https://raw.githubusercontent.com/tikket1/tikket-statusline/main/install.sh | bash

Manual:

  1. Download statusline.js to ~/.claude/hooks/:

    mkdir -p ~/.claude/hooks
    curl -fsSL https://raw.githubusercontent.com/tikket1/tikket-statusline/main/statusline.js -o ~/.claude/hooks/statusline.js
  2. Add to ~/.claude/settings.json:

    {
      "statusLine": {
        "type": "command",
        "command": "node \"~/.claude/hooks/statusline.js\""
      }
    }
  3. Restart Claude Code.

Uninstall

rm ~/.claude/hooks/statusline.js

Then remove the "statusLine" block from ~/.claude/settings.json.

Requirements

  • Claude Code with statusLine support
  • Node.js (ships with Claude Code)
  • Git (for branch/stash/worktree indicators)

License

MIT

About

A feature-rich statusline for Claude Code

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors