git-gui
git-gui copied to clipboard
How to make it into a proper mac app?
Hey, Im a new macos user coming from windows and I miss being able to search the system to launch or create a permanent dock entry
I can only start a terminal and run git gui
Any way to do that easily?
Yes! Via automator:
Create a cli app that runs /usr/local/bin/git-gui.
Then save it.
You can change the icon by downloading it from this repo: https://github.com/prati0100/git-gui/blob/master/macosx/git-gui.icn
And dragging it where I highlighted:
s
Noticed this today as well: