Skip to content

Antosser/gicopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Ignore Copy (gicopy)

Copies a directory to another location, ignoring files listed in .gitignore files

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

About

Copies a directory to another location, ignoring files listed in .gitignore files

Topics

Resources

Stars

Watchers

Forks

Languages