Set default open-with app to a Python program on a Mac
- by Vincent
I use the open source application UliPad to edit restructured text files (rst). It is a Python application that I launch via Terminal like so:
python32 UliPad.py
I have python32 as an alias to the 32bit install of Python on my machine. I have several versions installed.
First I would like a way to launch UliPad like other OS X apps. Not really sure how to do this.
Secondly, I would like to set all .rst files to be opened with UliPad.py. Is there a way to do this? I know how to choose the default app in Finder but not sure how to choose UliPad as that app.