https://github.com/jackwotherspoon/gemini-cli-wrapped
Generate stats and visualizations for your Gemini CLI sessions.
https://github.com/jackwotherspoon/gemini-cli-wrapped
gemini-cli
Last synced: 12 days ago
JSON representation
Generate stats and visualizations for your Gemini CLI sessions.
- Host: GitHub
- URL: https://github.com/jackwotherspoon/gemini-cli-wrapped
- Owner: jackwotherspoon
- License: apache-2.0
- Created: 2025-12-26T18:28:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-02T14:39:55.000Z (4 months ago)
- Last Synced: 2026-03-27T06:56:18.247Z (22 days ago)
- Topics: gemini-cli
- Language: TypeScript
- Homepage:
- Size: 701 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gemini-wrapped
**Your year in Gemini CLI, beautifully visualized.**
Generate a personalized "Wrapped"-style summary of your [Gemini CLI](https://geminicli.com) usage.
Credit: Built on top of [opencode-wrapped](https://github.com/moddi3/opencode-wrapped) by moddi3 ([@moddi3io](https://x.com/moddi3io)) and [cc-wrapped](https://github.com/numman-ali/cc-wrapped) by [@nummanali](https://x.com/nummanali).
[](https://geminicli.com)
[](https://opensource.org/licenses/Apache-2.0)
[](https://bun.sh)

---
## Installation
### Quick Start
Run directly without installing:
```bash
npx gemini-wrapped
```
or with Bun:
```bash
bunx gemini-wrapped
```
## Usage Options
| Option | Description |
| --------------- | ------------------------------------ |
| `--year ` | Generate wrapped for a specific year |
| `--help, -h` | Show help message |
| `--version, -v` | Show version number |
## Features
- Sessions, messages, tokens, projects, and streaks
- GitHub-style activity heatmap
- Top models breakdown
- Detailed token usage (Input, Output, Cached)
- Shareable PNG image
- Inline image display (Ghostty, Kitty, iTerm2, WezTerm, Konsole)
- Auto-copy to clipboard
## Data Source
Gemini Wrapped reads data from your local Gemini CLI installation (~/.gemini/tmp).
No data is sent anywhere. Everything is processed locally.
## Acknowledgements
Special thanks to the following projects which provided the inspiration and starting point for this tool:
- [opencode-wrapped](https://github.com/moddi3/opencode-wrapped)
- [cc-wrapped](https://github.com/numman-ali/cc-wrapped)
---
Made with ❤️ for the [Gemini CLI](https://geminicli.com) community