bash-toolbox is what every other shell script I write keeps reaching for: colored log levels with timestamps, prompts that do not trust raw read, a progress bar, a spinner, all behind a single source line. One curl and the script has them.
It stays Bash on purpose. Source it inside any install script and there is nothing extra to install: no Node, no Python, no language manager. I keep wanting to add features. The moment I do, it stops being droppable.
Stack: Bash, zsh-compatible Code: github.com/MorganKryze/bash-toolbox