boot icon indicating copy to clipboard operation
boot copied to clipboard

Add a copy option to sift task

Open kenbier opened this issue 8 years ago • 1 comments

Sift currently supports an option for moving files in the fileset, but it'd be nice to copy files to another place within the fileset. The original source of the transformation would be left unchanged by this option.

Something like:

(boot sift :copy #{"^public/" "foo/"}

kenbier avatar Sep 21 '16 02:09 kenbier

There is also https://github.com/cpmcdaniel/boot-copy

burn2delete avatar Nov 19 '16 18:11 burn2delete