prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

How to make it into a proper mac app? #76

Open ursusursus opened 2 years ago

ursusursus commented 2 years ago

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?

surjikal commented 2 years ago

Yes! Via automator:

Screenshot 2022-06-27 at 7 31 03 PM

Create a cli app that runs /usr/local/bin/git-gui.

Screenshot 2022-06-27 at 7 29 34 PM

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:

Screenshot 2022-06-27 at 7 32 49 PM

s

surjikal commented 1 year ago

Noticed this today as well:

Screenshot 2022-07-10 at 6 24 52 PM