A proper Duplicate action would be best, yes. In the meantime, saving the 
following AppleScript as a QS action does the job quite nicely.

*using terms from* *application* "Quicksilver"

*on* *open files* thefiles

*set* newfiles *to* {}

*repeat* *with* i *from* 1 *to* (*count* thefiles)

*set* thisfile *to* (*item* i *of* thefiles) *as* *alias*

*tell* *application* "Finder"

*set* newfile *to* (*duplicate* thisfile)

*set* *end* *of* newfiles *to* POSIX path *of* (newfile *as* *alias*)

*end* *tell*

*end* *repeat*

*return* newfiles

*end* *open files*

 *on* *get direct types*

*return* {"NSStringPboardType"}

*end* *get direct types*
*end* *using terms from* 

On Saturday, March 28, 2015 at 6:55:39 AM UTC-6, Rob McBroom wrote:
>
> On 27 Mar 2015, at 7:35, Miltomatic wrote: 
>
> > Does anyone know if I can use QS to quickly duplicate a file? 
>
> Not that I know of, but it seems reasonable to create a “Duplicate 
> File” action. 
>
> You can open a feature request at 
> https://github.com/quicksilver/Quicksilver/issues 
>
> -- 
> Rob McBroom 
> http://www.skurfer.com/ 
>

-- 
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/d/optout.

Reply via email to