Cmd Wrapped Save

Find out what the past year looks like in command line!

Project README

English / 简体中文

cmd-wrapped

Find out what the past year looks like in command line!

Stars   Release

Features

  • Analyze the commandline activity distribution for months, weekdays and hours, as well as frequently-used commands over the past years.

  • Github-style command distribution graph

  • Supported shell / history tool:

    • zsh
    • bash
    • fish
    • atuin
  • A cute Ferris on the cover

How to Use

Installation

cargo install cmd-wrapped

Unzip, chmod and run the binary file in the terminal.

  • Nix❄️

nix run nixpkgs#cmd-wrapped
  • Arch

yay -S cmd-wrapped

Usage

cmd-wrapped [<year>] [-s <shell>] 

# e.g.
cmd-wrapped               # for the past year & current shell
cmd-wrapped 2024 -s zsh   # specify the year & the shell type

Supported options for <shell> : zsh, bash, fish, atuin.

[!NOTE]

In some cases, cmd-wrapped may fail to output correct data (such as all outputs being 0). This is because it relies on Zsh / Bash tracking the timestamp for each command, which requires configuring specific options extraly:

Commands executed before configuring the option won't be recorded with a timestamp and this will affect cmd-wrapped’s stats. If you find all your stats showing as 0, consider configuring the option now to view the cmd-wrapped stats next year :P

Credits & License

  • Special thanks to @jyi2ya for the cooool idea!
  • License: MIT
Open Source Agenda is not affiliated with "Cmd Wrapped" Project. README Source: YiNNx/cmd-wrapped
Stars
879
Open Issues
12
Last Commit
3 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating