Replies: 1 comment 1 reply
-
To open a terminal you can use And the IRIX resources look really nice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are using XNEdit on MacOS, let me tell you how you can get a nice feature for revealing in a Finder window the file currently edited:
Add a new shell command (Preferences>Default Settings>Customize Menus>Shell Menu...) and create a new command called "Show in MacOS Finder", and assign a shortcut to it (I assigned it to F7 because it's the first free function key that I have). As Command Input, select "None". As Command Output, I selected "Dialog" (I don't really know if that's the proper choice, but works for me).
And then, on Shell Command to execute, type
open .
(IMPORTANT: Don't forget the dot!!)Create the new command, and you'll get it working (in your Shell menu, and also connected to the shortcut you specified).
Maybe your next wish would be to have not only "Show in Finder", but "Open Terminal Here" as well, but for that purpose I'm using one of those "Open Terminal Here" applets that you can drag to your Finder toolbar (there are some of them in GitHub), so if I have a Finder window, I already have a button on it for opening a new terminal on that folder.
As a reference here you have a screenshot --yes, I'm using SGI IndigoMagic-looking resources, I'm a hard-die IRIX fan 😄
Beta Was this translation helpful? Give feedback.
All reactions