On Thursday, October 31, 2013 9:55:10 PM UTC+1, 1.61803 wrote:
> On Wednesday, July 25, 2012 8:32:32 AM UTC+2, Patrick wrote:
>
>> Quicksilver will attempt to paste the item in the 1st pane (a file or
>> folder in this case) in the most 'full' way possible. If you are pasting
>> into a rich text editor (like Text Editor in your pictures) then
>> Quicksilver will paste the actual folder. If you paste into a plain text
>> editor, then the path will get pasted.
>>
> This works randomly in Terminal and iTerm. Could you reproduce it? Console
> logs nothing.
>
Since this is so hard for anyone to reproduce :) I made an action that
pastes quoted POSIX paths of files/folders selected in the first pane.
*using terms from* *application* "Quıcĸsıɩⅴεʀ"
*on* *get direct types*
*return* {"NSFilenamesPboardType"}
*end* *get direct types*
*on* *open files* thePaths
*set* thePathsQuoted *to* {}
*repeat* *with* thePath *in* thePaths *as* *list*
*set* *end* *of* thePathsQuoted *to* (quoted form *of* POSIX path *of*
thePath & space)
*end* *repeat*
*set the clipboard to* thePathsQuoted *as* *string*
*tell* *application* "System Events" *to* *keystroke* "v" using {command
down}
*end* *open files*
*end* *using terms from*
--
You received this message because you are subscribed to the Google Groups
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.