Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 507 Bytes

Dir-Tools: Open source tools for managing directories / files written with node

copy dir

command line shortuct for copying directories (with files) to new locations on the file system Features

  • cpd /path/to/directory/to/copy /path/to/end/directory
  • Progress indicator
  • Should work with minimal memory consumption even for large files

delete dir

Features

  • del /path/to/directory/
  • Progress indicator
  • Should work with minimal memory consumption even for large files