[TxMt] Opening a project with Quicksilver

Raheel Ahmad rahmad at cs.siu.edu
Thu Mar 1 15:48:19 UTC 2007


Thanks,
	This worked best for me.

On Mar 1, 2007, at 6:23 AM, Allan Odgaard wrote:

> On 1. Mar 2007, at 05:10, Raheel Ahmad wrote:
>
>> 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.
>
> Likely because when you just ‘run’ it, it is done by Quicksilver,  
> which does not have the same PATH as the Terminal, and so, there is  
> a chance ‘mate’ is not found.
>
> Try to use the full path to mate in the script.
>
> As an alternative to mate, you can use: open -a TextMate ~/ 
> Documents/infodump
>
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
>

---------------------------
Raheel Ahmad
Department of Computer Science,
Southern Illinois University
rahmad at cs.siu.edu
618-453-6025
Faner-3123





More information about the textmate mailing list