Crates.io | gicopy |
lib.rs | gicopy |
version | 0.1.1 |
source | src |
created_at | 2023-05-28 21:20:45.365786 |
updated_at | 2023-05-29 09:30:34.422462 |
description | Copies a directory to another location, ignoring files listed in .gitignore files |
homepage | |
repository | https://github.com/Antosser/gicopy |
max_upload_size | |
id | 876730 |
size | 16,039 |
Usage: gicopy.exe [OPTIONS] <SOURCE> <TARGET>
Arguments:
<SOURCE> The path of the directory to copy from
<TARGET> The path of the directory to copy to
Options:
-v, --verbose Be verbose
-i, --ignore-file <IGNORE_FILE> The name of the file with the list of files to ignore [default: .gitignore]
-o, --other-ignored <OTHER_IGNORED> Other files to ignore [default: .git]
-h, --help Print help
cargo install gicopy