wankhairy232 / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

No need to open terminal #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Comment from: http://code.google.com/p/git-osx-installer/wiki/OpenInGitGui

The AppleScript? in this one opens a scratch terminal. This can be avoided by 
using, instead of "tell 
Application Terminal do script [...] end tell", just this (without invoking the 
Terminal):

do shell script "(cd " & listOfAliases & "; /usr/local/git/bin/git-gui)"

Original issue reported on code.google.com by ross.law...@gmail.com on 12 May 2008 at 2:05

GoogleCodeExporter commented 8 years ago
I believe I tried that already, and still had the same issue.  

I was finding I needed to open a terminal or else fetch / push wouldn't work 
over ssh, which was the whole 
motivation for writing the OpenInGitGui icon.

If you find otherwise, please let me know

Original comment by timchar...@gmail.com on 12 May 2008 at 3:39

GoogleCodeExporter commented 8 years ago

Original comment by timchar...@gmail.com on 16 May 2008 at 9:57