Skip to content

rich-97/shell-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tools for the shell bash 🔧.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages