onmyway133 / XcodeWay

:sailboat: An Xcode Source Editor Extension that helps navigating to many places easier
https://onmyway133.com/
MIT License
556 stars 37 forks source link

Use open binary instead of Terminals own binary #3

Closed zenangst closed 8 years ago

zenangst commented 9 years ago

This avoids opening multiple instances of Terminal, also it makes Terminal the front most window.

onmyway133 commented 9 years ago

@zenangst thanks for your PR, but it still opens up new Terminal. What I like is to open Terminal in new tab instead of new window.

I asked question on SO http://stackoverflow.com/questions/29045368/how-to-use-nstask-to-open-terminal-iterm-with-provided-directory-path-in-new-tab

zenangst commented 8 years ago

@onmyway133 remember this one? 😁

onmyway133 commented 8 years ago

@zenangst yeah, I took a look at it last week when I convert this to Swift. It is merged now 👍