suolapeikko / FinderUtilities

Finder extension app for macOS. You can create empty text files, copy file and directory locations, and launch a Terminal to a folder path when navigating Finder.
MIT License
204 stars 41 forks source link

Changing Terminal to iTerm2 #8

Open m1ge0 opened 2 years ago

m1ge0 commented 2 years ago

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

suolapeikko commented 2 years ago

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.