A simple program written in Rust that prints out the list of commands and their respective frequencies based on how many times entered in the specified shell.
bash
zsh
fish
```sh
shell-commands-freq "shell" ```
```sh
shell-commands-freq -r "shell" ```
The binary sources are available through crates.io and can be installed using cargo.
sh
cargo install shell-commands-freq