plugins marketplace
← All plugins

cc-statusline

v0.1.0

Modular themeable statusline for Claude Code — 17 segments, 6 themes, pure bash.

Claude Code

by torpedo88MIT0updated 2 months ago

Source

git clone https://github.com/torpedo88/cc-statusline

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

cc-statusline/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "cc-statusline",
  "version": "0.1.0",
  "description": "Modular themeable statusline for Claude Code — 17 segments, 6 themes, pure bash.",
  "author": {
    "name": "torpedo88",
    "url": "https://github.com/torpedo88"
  },
  "homepage": "https://github.com/torpedo88/cc-statusline",
  "repository": "https://github.com/torpedo88/cc-statusline",
  "license": "MIT",
  "keywords": [
    "statusline",
    "bash",
    "theme",
    "claude-code",
    "productivity"
  ]
}