I made this action mainly to use with 'Current Web Page (Safari)' and 
'Current Web Page (Chrome)' proxy objects to (over)write one URL to a 
file/folder. Caveat: written values with ?@#! won't display in Finder's Get 
Info pane but are nonetheless stored as MD. If anyone knows a better method 
please post it.

*using terms from* *application* "Quıcĸsıɩⅴεʀ"

 *on* *get argument count*

*return* 2

*end* *get argument count*

 *on* *get direct types*

*return* {"Apple URL pasteboard type"}

*end* *get direct types*

 *on* *get indirect types*

*return* {"NSFilenamesPboardType"}

*end* *get indirect types*

 *on* *process text* myUrl with filePath

 *do shell script* "xattr -w com.apple.metadata:kMDItemWhereFroms " & (quoted 
form *of* myUrl) & space & (quoted form *of* POSIX path *of* filePath)

 *end* *process text*

*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.

Reply via email to