Machacks: Difference between revisions
Jump to navigation
Jump to search
Created page with "On this page you can find a few hacks for MacOS users. == Open Vplot files with Double Click == This actually requires an application. MacOS cannot use shell scripts as appl..." |
(No difference)
|
Revision as of 00:22, 24 March 2015
On this page you can find a few hacks for MacOS users.
Open Vplot files with Double Click
This actually requires an application. MacOS cannot use shell scripts as applications, and the application also needs to be able to parse arguments (needed for the double click funcionality - the instigating file becomes the first argument). The below steps will turn a simple python script into an Application. First, install py2ap and then follow the below instrictions (that I found on a website of MooSystems.
- One
- Two