Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.09 KB

Version 1.0 Python 3.10 MIT License

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