A terminal UI that gives you a fun, Spotify Wrapped-style summary of your command-line usage.
- Top Commands Chart - See your most-used commands visualized as a colorful bar chart
- Activity Breakdown - Hourly activity chart and GitHub-style weekly/yearly heatmaps
- System Info - View system stats, uptime, and hardware info with fun commentary
- Tab Navigation - Switch between views using keyboard navigation
- Shell Support - Works with Bash and Zsh history files
git clone https://github.com/asuender/cli-wrapped.git
cd cli-wrapped
pnpm install
pnpm run build
pnpm link --globalSimply run:
cli-wrappedKeyboard controls:
Tabor arrow keys - Switch between tabsEscape- Exit the application
For more options:
cli-wrapped --help- Node.js >= 16
- pnpm
After following the installation steps, run with auto-reload on file changes:
pnpm startSee ROADMAP.md for planned features and ideas.
Contributions are welcome! Feel free to open an issue or submit a pull request.
To record a new demo GIF, you need vhs installed:
pnpm run recordMIT
