| Crates.io | shell-commands-freq |
| lib.rs | shell-commands-freq |
| version | 0.1.1 |
| created_at | 2022-09-28 20:44:08.812039+00 |
| updated_at | 2022-09-29 16:14:01.925597+00 |
| description | A simple program to check your shell's commands frequency based on how many times your entered them. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 676045 |
| size | 15,107 |
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
# Replace "shell" with the name of your shell
shell-commands-freq "shell"
# Replace "shell" with the name of your shell
shell-commands-freq -r "shell"
The binary sources are available through crates.io and can be installed using cargo.
cargo install shell-commands-freq