Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 660 Bytes

README.adoc

File metadata and controls

18 lines (13 loc) · 660 Bytes

Bash Helper Scripts

These scripts are a collection of small bash helpers for multiple purposes.

Installation

  1. Put the scripts you are interested to a location which is exported to $PATH. You may change the script names to better suit your purposes.

  2. Make the scripts executable: $ chmod +x <script>

Usage

Each script prints a short help if you do $ <script> --help.

Available Scripts

git-status-overview

Finds all Git repositories located in the working directory and prints a one-linestatus for each of them.

terminal-text-color-demo

Demonstrates the terminal’s text/foreground colors and prints the respective escape sequences.