Get a pretty, colored, and easy-to-read help output when you type -h or --help for all commands in Zsh
Simply, it intercepts those -h / --help flags in Zsh commands and pipes the output to bat for a colored output.
Sounds amazing, let's give it a try! 🤩
- Zsh
- Bat
In your terminal, navigate to home directory and paste this:
git clone https://github.com/i17717/colored-help.git
echo "source ~/colored-help/colored-help.zsh" >> ~/.zshrcTo use it, just run commands normally 🔥
ls -h
git --help