惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hacker News: Ask HN
Hacker News: Ask HN
C
Cisco Blogs
The Hacker News
The Hacker News
T
Tor Project blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The Register - Security
The Register - Security
云风的 BLOG
云风的 BLOG
Simon Willison's Weblog
Simon Willison's Weblog
P
Palo Alto Networks Blog
Vercel News
Vercel News
C
CERT Recently Published Vulnerability Notes
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
I
Intezer
aimingoo的专栏
aimingoo的专栏
U
Unit 42
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 热门话题
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyberwarzone
Cyberwarzone
P
Proofpoint News Feed
P
Proofpoint News Feed
B
Blog
T
Threat Research - Cisco Blogs
博客园 - 叶小钗
Recorded Future
Recorded Future
Last Week in AI
Last Week in AI
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Know Your Adversary
Know Your Adversary
Engineering at Meta
Engineering at Meta
G
Google Developers Blog
PCI Perspectives
PCI Perspectives
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Schneier on Security
Schneier on Security
N
News | PayPal Newsroom
C
Cybersecurity and Infrastructure Security Agency CISA
H
Help Net Security
博客园 - 聂微东
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
GRAHAM CLULEY

博客园 - _海阔天空

七牛云如何设置视频外链 GitHub项目推荐--GStack:将Claude Code转变为按需召唤的专业团队 openclaw安装 谷歌开源命令行神器 Gemini CLI claude hooks钩子使用 Windows下 claude skills superpowers、planning-with-files安装 Claude Code需求分析 Apifox 发请求时如何自动获取Cookie 和 token answer问答平台安装流程 torch轮子下载 Claude Code GLM-4.7 Trae 使用Trae配置MySQL MCP智能体进行数据库 oh my zsh 安装参考 Windows 解决PowerShell使用wget/curl出现二义性错误 解决rm: cannot remove `.user.ini’: Operation not permitted错误 deepseek使用集合 浏览器扩展 Zotero Connector 使用Ollama本机部署Deepseek R1:14b sudo: apt-get: command not found
给 Claude Code 加了个状态栏,效率真的不一样!!
_海阔天空 · 2026-02-25 · via 博客园 - _海阔天空

在ccstatusline配置文件里配置一下,在claude code终端最底下,把模型信息、Git 状态、token 使用量、会话时长、5 小时块计时这些关键信息集中显示出来

{
  "version": 3,
  "lines": [
    [
      {
        "id": "1",
        "type": "model",
        "color": "cyan"
      },
      {
        "id": "2",
        "type": "separator"
      },
      {
        "id": "3",
        "type": "git-branch",
        "color": "magenta"
      },
      {
        "id": "4",
        "type": "separator"
      },
      {
        "id": "5",
        "type": "git-changes",
        "color": "yellow"
      },
      {
        "id": "6",
        "type": "separator"
      },
      {
        "id": "7",
        "type": "tokens-total",
        "color": "green"
      },
      {
        "id": "8",
        "type": "separator"
      },
      {
        "id": "9",
        "type": "context-percentage",
        "color": "brightBlack"
      }
    ],
    [
      {
        "id": "10",
        "type": "session-clock",
        "color": "blue"
      },
      {
        "id": "11",
        "type": "separator"
      },
      {
        "id": "12",
        "type": "block-timer",
        "color": "red"
      },
      {
        "id": "13",
        "type": "separator"
      },
      {
        "id": "14",
        "type": "session-cost",
        "color": "brightYellow"
      }
    ]
  ],
  "flexMode": "full-minus-40",
  "compactThreshold": 60,
  "colorLevel": 2,
  "inheritSeparatorColors": false,
  "globalBold": false,
  "powerline": {
    "enabled": false,
    "separators": [
      ""
    ],
    "separatorInvertBackground": [
      false
    ],
    "startCaps": [],
    "endCaps": [],
    "autoAlign": false
  }
}