gicopy

Crates.iogicopy
lib.rsgicopy
version0.1.1
sourcesrc
created_at2023-05-28 21:20:45.365786
updated_at2023-05-29 09:30:34.422462
descriptionCopies a directory to another location, ignoring files listed in .gitignore files
homepage
repositoryhttps://github.com/Antosser/gicopy
max_upload_size
id876730
size16,039
Anton Aparin (Antosser)

documentation

README

Git Ignore Copy (gicopy)

Usage

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

Installation

Building from soure and installing using cargo

cargo install gicopy
Commit count: 6

cargo fmt