You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @suolapeikko , first thanks for sharing this litte helpful tool.
Would it be possible to change the terminal.app to iTerm2.app?
Tried to find where you declare the terminal.app, but couldn't find it. I'm not very familiar with swift, sorry.
Please be so kind and share where to change it ;)
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, it should be quite easy to modify code to open iTerm instead, just look at the code lines 70 and 71 in RightClickExtension.swift. It just doing '/usr/bin/open -a' to open terminal window.
Hey @suolapeikko , first thanks for sharing this litte helpful tool.
Would it be possible to change the terminal.app to iTerm2.app?
Tried to find where you declare the terminal.app, but couldn't find it. I'm not very familiar with swift, sorry.
Please be so kind and share where to change it ;)
Thanks in advance
The text was updated successfully, but these errors were encountered: