macOS menu app for checking git status of multiple repos
ReposCheck
A very simple macOS menu bar app to check if mutliple repos within /Documents/GitHub
or a user specified directory path have any modified files. You can also specify your own path for the repos-status.sh
script.
The UI is built using SwiftUI.
Dark | Light |
---|---|
Installation
Download and install script and app
- Download and add the
repos-status.sh
script file to your repos directory. - Run command
chmod 777 repos-status
in the directory to make this file executable. - Download the archive for the latest release tag.
- Launch the app.
- If you get an error alert go to
System Preferences
->Security & Privacy
->General
and clickOpen Anyway
- Move application to
Applications
folder.
(Optional) – If you want the app to launch on each startup go to
System Preferences
->Users & Groups
select your user and addReposCheck
toLoginItems
Building from Xcode
- Add repos you want to track inside
/Documents/GitHub
or a path of your choosing. - Add the
repos-status.sh
script file to above directory. - Run command
chmod 777 git-status
in the directory to make this file executable. - Run the ReposCheck app.
Credits
The script was created by mzabriskie. You can view the original script here