gsw is a fully featured tui-based HUD for your git repos while you code. Think of it as similar to top/htop for git repo management.
- install.sh updates/installs globally or in user-land!
- status, logs, working directory, branch in HUD
- typical git workflow: add/commit, push, pull, rm, branch management, .gitignore
- Flag Arguments:
- -t: customize refresh rate (default 10s)
- -r: custom repo filepath path (default current directory)
- -l: customize number of log entries in HUD (default 3)
add git branch mechanicsadd update check to gsw.shbranch management
Navigate to your code directory (usually ~/src or ~/code).Then run:
git clone https://github.com/futurehaskins/gsw
./install.sh
That's it! Thanks for chosing gsw!!