My helpful command-line utilities.
Simple installation for this session:
mkdir -p ~/.local
cd ~/.local
git clone https://github.com/mprentice/datamike-cli-utils.git
export PATH="${HOME}/.local/datamike-cli-utils/bin:${PATH}"
For bash:
echo 'export PATH="${HOME}/.local/datamike-cli-utils/bin:${PATH}"' >> ~/.bashrc
For zsh:
echo 'export PATH="${HOME}/.local/datamike-cli-utils/bin:${PATH}"' >> ~/.zshenv
batchrename.py
and genpassword.py
have no dependencies beyond the python3
standard library. Both require python3.
batchrename.py --help
genpassword.py --help
batchrename.py --test
genpassword.py --test