A simple Python script to run commands in all subdirectories.
- Default Command: Runs
git pullin all subdirectories. - Custom Commands: Specify any command with the
--commandoption. - Colored Output: Highlights directory names for better readability.
EX.
gity --command "git pull"- Install dependencies:
pip install colorama