Aliases in OS X

jonasbn on 2004-05-10T12:40:51

I have created this simple script (macaliaser.pl), which can run through a directory structure and finding all OS X applications it then attempts to suggest a shell alias for easier access via the Terminal.app (I prefer the Terminal.app when working).

Suggestions for improvements welcome...


open -a?

Matts on 2004-05-10T16:25:51

It would be better if you could make it do "open -a Appname" then you can type "fooalias filename" to open a file with a particular application.

Re:open -a?

jonasbn on 2004-05-10T16:33:15

Oh, will do, will do...

jonasbn