Contains a repository of useful, semi-useful and somewhat less useful scripts
Most of these are bash scripts tested within the macOS environment.
See TOC for per-script usage
Clone into ~/.local/share and run the install script to symlink all scripts into ~/.local/bin:
mkdir -p ~/.local/share
git clone --depth 1 https://github.com/broeknbytes/scripts.git ~/.local/share/scripts
cd ~/.local/share/scripts
./install.shMake sure ~/.local/bin is in your $PATH. Add this to your ~/.bashrc or ~/.zshrc if it isn't already:
export PATH="$HOME/.local/bin:$PATH"Usual disclaimer of no guarantees, that you kind of know what you're doing, and read the source or get an LLM to do it for you if you need to know more.