copy icon indicating copy to clipboard operation
copy copied to clipboard

Can we support Update Opt, like --update in `cp`

Open xiantang opened this issue 2 years ago • 1 comments

HiHi, copy is every easy to use, but have a feature to request.

I have a lot of files need to copy from one folder to anther folder, the source folder have several files changed between dest folder.

It will cause poor performance when we just want update several files to dest folder.

So I want copy to support Update Opt like cp in Linux:

-u, --update
              copy only when the SOURCE file is newer than the destination file or when the destination file is missing

xiantang avatar Apr 08 '22 10:04 xiantang

sounds great, let me tackle

otiai10 avatar Apr 21 '22 07:04 otiai10