Releases: Nanako0129/coralline
Releases · Nanako0129/coralline
v0.2.1
INSTALL.md now covers the project segment and git worktrees, so the AI installer offers worktree support during setup.
projectadded to the segment list.- A worktree question in the details step (suggests
project+VL_NAME_MAXfor worktree users). VL_NAME_MAXadded to the config template.
No code changes; the statusline itself is unchanged from v0.2.0.
v0.2.0
Adds git worktree support.
- New
projectsegment (⬢ repo-name) resolved from the main repo root viagit rev-parse --git-common-dir, so it stays stable across every linked worktree. Hidden outside a git repo, off by default. - New
VL_NAME_MAXknob to truncate the project and git names. Uses middle-truncation, so branches that share a long prefix stay distinguishable instead of collapsing to the same string.
Both default off, so existing setups render identically.
Thanks to @redtear1115 for proposing and implementing the project segment (#2, #3).
v0.1.0
First tagged release of coralline, a Powerlevel10k-inspired statusline for Claude Code that installs itself when you paste one prompt and let your AI set it up.
What's in it:
- Segments: directory, git, model, context-window gauge, 5h/7d rate-limit countdowns, session cost, clock, plus optional output-style, session-duration, lines-changed, and stash.
- Six themes: claude-coral, catppuccin-mocha, nord, gruvbox-dark, tokyo-night, mono.
- Lean style for a flat, Powerlevel10k-lean look.
- Responsive layout that wraps into multiple lines when the window gets narrow.
- Pure bash, one jq and one git call per refresh, cheap enough to run every second.
Install instructions are in the README. Requires jq and a Nerd Font.