Skip to content

N30A/copycurse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages