[TxMt] Opening a project with Quicksilver
Raheel Ahmad
rahmad at cs.siu.edu
Thu Mar 1 04:10:59 UTC 2007
I am assuming most of us here are familiar with Quicksilver. I wrote
a bash script to open a project and some of its files in Textmate in
an obvious fashion:
#!/bin/bash
mate ~/Documents/infodump
mate ~/Documents/infodump/tsks.txt
How can I run this script using Quicksilver? Only way I can is by
running this script file using "Run in Terminal." "Run" by itself
doesn't do anything with the script file.
Thanks
Raheel
More information about the textmate
mailing list