Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 838 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 838 Bytes

Tools for the shell bash

List of the commands

  • lsbin list all binaries (executables) found in $PATH.
  • clean-hs clean history files, per example, ~/.bash_history.
  • run run or (compile and run) any file.
  • parse tools for parser paths in the terminal.
  • color Command for display text with colors and styles.
  • yon Script for parser desition like yes/no.
  • repocheck Script for check if some git repository have dirty (unstaged & uncommited).

Installation:

mkdir .shell-tools
git clone https://github.com/rich-97/shell-tools ~/.shell-tools

Write in your .bashrc file.

export PATH=${PATH}:~/.shell-tools/bin

Usage:

For each command you can view the usage with the paramater -h.

LICENSE

MIT