Skip to content

zheng-gao/ez_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Shell Tools for Linux & MacOS

Full Installation

git clone https://github.com/zheng-gao/ez_bash.git
ez_bash/ez.sh --install  # Import all the libraries and update ~/.bashrc or ~/.bash_profile
ez_bash/ez.sh --test     # Run unit tests

Partial Installation

1. Clone Repo

git clone https://github.com/zheng-gao/ez_bash.git

2. Set Environment

export EZ_BASH_HOME="$(pwd)/ez_bash"

3. Import Libraries

source "${EZ_BASH_HOME}/ez.sh"                             # Import core functions only
source "${EZ_BASH_HOME}/ez.sh" --import "lib1" "lib2" ...  # Import libraries (including core)
source "${EZ_BASH_HOME}/ez.sh" --all                       # Import ALL libraries (including core)
source "${EZ_BASH_HOME}/ez.sh" --skip "lib1" "lib2"        # Import ALL libraries (including core) but skip some libraries

4. Show Commands

ez_show_pipeables
ez.self.variables
ez.self.functions

Contents

About

Bash Tools for Linux and MacOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages