标签: 状态栏配置
1 个内容
动态(1)
E
Elliot Yang
公开
只需要在 ~/.claude/settings.json 加入下面的配置,就可以看你 Claude Code 的实时消耗了
1{
2
3 "statusLine": {
4
5 "type": "command",
6
7 "command": "bun x ccusage statusline", // Use "npx -y ccusage statusline" if you prefer npm
8
9 "padding": 0 // Optional: set to 0 to let status line go to edge
10
11 }
12
13}浏览:288点赞:0