/cmd-tools

Lazy command tools

Primary LanguagePythonMIT LicenseMIT

cmd-tools

Lazy command tools

Requirements

Python 3.7

Installation

git clone https://github.com/gitcrtn/cmd-tools.git
cd cmd-tools

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate

chmod +x bin/*

echo "export PATH=$PWD/bin:$PATH" >> ~/.bashrc

License

MIT

Author

Carotene