I've modified a shell script written for SubEthaEdit that allows you to open or create files from the command line, and also to pipe text into TextMate.
If anyone's interested, it can be downloaded from:
http://www.ini.unizh.ch/~awe/Code/TM_clTool.tgz
Andrew
hi
I've improved the command line tool; it is now possible to open folders as well as files using 'tm file(folder)', or 'tm -c newfile' if you want to create a new file.
You can also use stdin, eg. 'ls -a | tm'
tm can be downloaded here: http://www.ini.unizh.ch/~awe/Code/TM_clTool.tgz
regards,
Andrew
PS. IS anyone out there working on a Matlab bundle? I've sort of started, but I don't really have time, since I'm supposed to be finishing my master's thesis ;-)