r/zsh

▲ 114 r/zsh+2 crossposts

I made a better zsh autosuggestion, it predicts your next command, not just completes the current one

u/Fantastic_Squirrel96 — 22 hours ago
▲ 33 r/zsh+3 crossposts

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.

u/Leather_Coyote_5483 — 1 day ago
▲ 16 r/zsh

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!

u/Peetabread8991 — 3 days ago