shell-commands-freq

Crates.ioshell-commands-freq
lib.rsshell-commands-freq
version0.1.1
sourcesrc
created_at2022-09-28 20:44:08.812039
updated_at2022-09-29 16:14:01.925597
descriptionA simple program to check your shell's commands frequency based on how many times your entered them.
homepage
repository
max_upload_size
id676045
size15,107
Maarifa Maarifa (MaarifaMaarifa)

documentation

README

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
Commit count: 0

cargo fmt