Here are some handy tools I've made over the years.
These are mostly for my own macos environment, and will probably need tinkering in other envs.
To install, clone the repository and type make:
git clone https://github.com/fdch/cmdutils
cd cmdutils
makeThis creates symbolic links to the programs inside src.
NOTE: By default, linker.sh will create a target directory in ~/bin.
If you would like to install in a different directory, then run make install DESTDIR='your/own/dir'
Check out the INFO.md file for information about each program.
Read the LICENSE for the restrictions that it applies.
Use at your own will.