otiai10 / copy

Go copy directory recursively

Home Page:https://pkg.go.dev/github.com/otiai10/copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 wishlist

otiai10 opened this issue · comments

We want

  • Skip to have os.FileInfo #40
  • multiple symlink to be followed #32
  • owner permission to be able to be set #48

I wish for:

  1. option to copy a file or files within a directory only if new, or if the modification date is later than the destination file's modification date.
  2. a convenience function to invoke 1)
  3. an executable command to invoke otiai10.Copy()

Thank you for your comment, super appreciated!!

Would be nice as well to have a proper example with import from external project etc

An quiet option for not piping the copied resources on stdout.