Skip to content

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

License

Notifications You must be signed in to change notification settings

MaarifaMaarifa/shell-commands-freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

using cargo

shell-commands-freq is available as a crate in crate.io, and can be installed as follows.

cargo install shell-commands-freq

building from source

git clone https://github.com/MaarifaMaarifa/shell-commands-freq
cd shell-commands-freq
cargo install --force --path .

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages