#shell #bash #zsh #fish

app shell-commands-freq

A simple program to check your shell's commands frequency based on how many times your entered them

2 releases

0.1.1 Sep 29, 2022
0.1.0 Sep 28, 2022

#20 in #fish

37 downloads per month

MIT license

8KB
116 lines

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;

  • bash

  • zsh

  • fish

usage

Getting commands and their frequencies

# Replace "shell" with the name of your shell
shell-commands-freq "shell"

Getting a reversed sort

# 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.

cargo install shell-commands-freq

Dependencies

~3MB
~59K SLoC