node-nikita icon indicating copy to clipboard operation
node-nikita copied to clipboard

system.copy: refactor and enhancement

Open wdavidw opened this issue 7 years ago • 0 comments

This action is using an old programming style. I hasn't been yet updated because it is quite complex. Once we get this done, there are a few functionnality we need to had. Here's the plan:

  • #116 refactor current source code and validate all tests are ok
  • #117 honors options uid, gid, mode or preserve current ownership and permission of the source file
  • #118 introduce a glob option to copy all files match a glob expression (eg "/tmp/source/file-*.ext")

wdavidw avatar Jul 25 '17 10:07 wdavidw