mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-05 02:16:44 +00:00
fix: use jsDelivr CDN for readme images
npm blocks raw.githubusercontent.com URLs. Switched to cdn.jsdelivr.net which npm allows, same approach as ccusage.
This commit is contained in:
parent
08d8c7528d
commit
ec074e75cf
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/AgentSeal/codeburn/main/assets/logo.png" alt="CodeBurn" width="120" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/AgentSeal/codeburn@main/assets/logo.png" alt="CodeBurn" width="120" />
|
||||
</p>
|
||||
|
||||
<h1 align="center">CodeBurn</h1>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/AgentSeal/codeburn/main/assets/dashboard.jpg" alt="CodeBurn TUI dashboard" width="620" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/AgentSeal/codeburn@main/assets/dashboard.jpg" alt="CodeBurn TUI dashboard" width="620" />
|
||||
</p>
|
||||
|
||||
By task type, tool, model, MCP server, and project. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. macOS menu bar widget via SwiftBar. CSV/JSON export.
|
||||
|
|
@ -55,7 +55,7 @@ Arrow keys switch between Today / 7 Days / Month. Press `q` to quit, `1` `2` `3`
|
|||
|
||||
## Menu Bar
|
||||
|
||||
<img src="https://raw.githubusercontent.com/AgentSeal/codeburn/main/assets/menubar.png" alt="CodeBurn SwiftBar menu bar widget" width="260" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/AgentSeal/codeburn@main/assets/menubar.png" alt="CodeBurn SwiftBar menu bar widget" width="260" />
|
||||
|
||||
```bash
|
||||
codeburn install-menubar # install SwiftBar/xbar plugin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "codeburn",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "See where your AI coding tokens go - by task, tool, model, and project",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue