lsbinlist all binaries (executables) found in$PATH.clean-hsclean history files, per example,~/.bash_history.runrun or (compile and run) any file.parsetools for parser paths in the terminal.colorCommand for display text with colors and styles.yonScript for parser desition like yes/no.repocheckScript for check if some git repository have dirty (unstaged & uncommited).
mkdir .shell-tools
git clone https://github.com/rich-97/shell-tools ~/.shell-toolsWrite in your .bashrc file.
export PATH=${PATH}:~/.shell-tools/binFor each command you can view the usage with the paramater -h.