Set defualt open with app to a python program on a Mac
- by Vincent
I use the open source application Ulipad http://code.google.com/p/ulipad/ do 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 osx apps. Not really sure how to do this.
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.