N30A / copycurse

Simple copy tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple copy tool

License:MIT License


Languages

Language:Python 100.0%