https://github.com/yurukusa/cc-receipt
ASCII receipt of your AI's daily work. The AI never clocks out.
https://github.com/yurukusa/cc-receipt
ai browser claude claude-code developer-tools productivity
Last synced: 3 months ago
JSON representation
ASCII receipt of your AI's daily work. The AI never clocks out.
- Host: GitHub
- URL: https://github.com/yurukusa/cc-receipt
- Owner: yurukusa
- License: mit
- Created: 2026-02-28T14:55:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T23:07:09.000Z (4 months ago)
- Last Synced: 2026-02-28T23:40:59.275Z (4 months ago)
- Topics: ai, browser, claude, claude-code, developer-tools, productivity
- Language: HTML
- Homepage: https://yurukusa.github.io/cc-receipt/
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cc-receipt
**ASCII receipt of your AI's daily work. The AI never clocks out.**
```bash
$ npx cc-receipt --date=2026-02-20
╔════════════════════════════════════╗
║ AI WORK RECEIPT ║
║ Feb 20, 2026 (Fri) ║
╠════════════════════════════════════╣
║ — PROJECTS — ║
║ namakusa 8h 29m ║
║ ↳ 27 sessions +17,955 lines ║
║ risk-score-scanner 6h 02m ║
║ ↳ 6 sessions +487 lines ║
║ nursery-shift 19m ║
║ ↳ 3 sessions +4,006 lines ║
╟────────────────────────────────────╢
║ AI ACTIVE TIME 16h 49m ║
║ SESSIONS 70 ║
║ LINES ADDED +28,630 ║
║ FILES TOUCHED 314 ║
╟────────────────────────────────────╢
║ YOUR SLEEP 7h ║
║ AI SLEEP 0m ║
╟────────────────────────────────────╢
║ AI WORKED WHILE YOU SLEPT ║
╚════════════════════════════════════╝
```
## Install & run
```bash
# Yesterday's receipt
npx cc-receipt
# Specific date
npx cc-receipt --date=2026-02-20
# With custom sleep hours
npx cc-receipt --sleep=8
# Wider format
npx cc-receipt --wide
```
## Ghost Day support
If there's no proof-log for that date:
```
╔════════════════════════════════════╗
║ AI WORK RECEIPT ║
║ Feb 26, 2026 (Thu) ║
╠════════════════════════════════════╣
║ 👻 GHOST DAY ║
║ AI worked autonomously. ║
║ No sessions logged. ║
╚════════════════════════════════════╝
```
## Requirements
- Node.js 18+
- `~/ops/proof-log/YYYY-MM-DD.md` files (from Claude Code proof-log hook)
## Options
```
--date=YYYY-MM-DD Date to report on (default: yesterday)
--dir=PATH Proof-log directory (default: ~/ops/proof-log)
--sleep=N Your sleep hours for comparison (default: 7)
--wide Wider receipt format
```
## Part of cc-toolkit
One of 36 free tools for understanding your Claude Code usage.
→ [yurukusa.github.io/cc-toolkit](https://yurukusa.github.io/cc-toolkit/)
## License
MIT