Last updated:
0 purchases
copycurse 0.0.2
CopyCurse is a simple tool for recursively copying files from one directory to another.
Installation
Windows:
pip install copycurse
Linux:
pip3 install copycurse
Usage
copycurse source destination [--version] [-h]
Arguments
Description
source
Source directory [Default=.]
destination
Destination directory
--version
Show version and exit
-h, --help
Show help and exit
Examples
Copy from your current directory:
copycurse . C:\directory
Copy from directory to another directory:
copycurse C:\directory D:\directory
Copy from your current directory to network share:
copycurse . \\192.168.1.1\directory
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.