Macos – How to open Go2Shell preferences in Mac OSX

iterm2macmacosterminal

I'm trying to change my default Go2Shell terminal to iTerm2.

I've read that Go2Shell preferences are only accessible from the command line, but I'm struggling to find what command actually needs to be run to open them.

Thanks!

Best Answer

I think it's this one:

open -a Go2Shell --args config

That will open the configuration screen.

Related Question