File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ cc-statusline/
2424β β βββ index.ts # barrel re-export
2525β β βββ branch.ts # getBranchCached
2626β β βββ changes.ts # getGitChangesCached
27- β β βββ pr.ts # getPrUrlCached
27+ β β βββ pr.ts # getPrUrlCached
28+ β β βββ worktree.ts # getMainProjectNameCached
2829β βββ usage/
2930β β βββ index.ts # barrel re-export
3031β β βββ token.ts # getAccessToken, getAccessTokenCached
@@ -56,6 +57,7 @@ cc-statusline/
5657| Git λΈλμΉ | ` git branch --show-current ` |
5758| Git diff | ` git diff --shortstat ` |
5859| PR URL | ` gh pr view ` |
60+ | λ©μΈ νλ‘μ νΈλͺ
| ` git rev-parse --git-common-dir ` (μν¬νΈλ¦¬) |
5961| λΈλ‘ μ¬μ©λ | Anthropic Usage API (` /api/oauth/usage ` , OAuth ν ν°) |
6062| 리μ
νμ΄λ¨Έ | Anthropic Usage API ` five_hour.resets_at ` |
6163| μ£Όκ° λ¦¬μ
μκ° | Anthropic Usage API ` seven_day.resets_at ` |
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Add the following to `~/.claude/settings.json`:
4848- ** Context** : Token usage with percentage (color-coded)
4949- ** Git Diff** : File count, insertions, deletions
5050- ** PR URL** : Clickable OSC 8 hyperlink
51+ - ** Worktree Support** : Shows real project name when running in a ` cc --worktree ` session
5152- ** TrueColor** : Dynamic colors based on thresholds
5253- ** Limit Reset Time** : Reset time display (HH: MM )
5354- ** Block Usage** : 5-hour utilization percentage (from server API)
@@ -59,6 +60,7 @@ Add the following to `~/.claude/settings.json`:
5960| Emoji | Description |
6061| ----- | ------------------------ |
6162| π | Project folder name |
63+ | π² | Worktree name (shown in worktree sessions) |
6264| πΏ | Current Git branch |
6365| β±οΈ | Session elapsed time |
6466| π° | Session cost in USD |
You canβt perform that action at this time.
0 commit comments