r/zsh
repo-check: a simple terminal dashboard to monitor git repositories
Hello!
I made a small CLI tool called check-repo to quickly scan multiple Git repositories and see which ones are clean, dirty, missing, or have pending updates.
It can also track different repo lists per environment, for example Linux, macOS, or WSL, which is useful if you use the same config across multiple machines.
I mostly use it after topgrade with this alias:
alias update='topgrade && echo && check'
The demo also shows the interactive mode (--interactive or -i), which lets you handle simple repo tasks from the terminal.
You can find more info on the GitHub page:
https://github.com/Cartoone9/check-repo
Feedback is welcome. Have a good day.
Made a shell greeter that generates a unique rocket every time you open a terminal tab
every new tab rolls a random rocket. save the ones you like and they'll come back. ~2×10⁴³ combinations, all deterministic from the hex palette.
rn it works on bash, zsh, powershell, and fish
https://github.com/clefspear/starcommand
lmk what you think!