shell-commands-freq

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.

shells supported;

usage

Getting commands and their frequencies

```sh

Replace "shell" with the name of your shell

shell-commands-freq "shell" ```

Getting a reversed sort

```sh

Replace "shell" with the name of your shell

shell-commands-freq -r "shell" ```

Installation

The binary sources are available through crates.io and can be installed using cargo.

sh cargo install shell-commands-freq