# Git Ignore Copy (gicopy) ## Usage ``` Usage: gicopy.exe [OPTIONS] Arguments: The path of the directory to copy from The path of the directory to copy to Options: -v, --verbose Be verbose -i, --ignore-file The name of the file with the list of files to ignore [default: .gitignore] -o, --other-ignored Other files to ignore [default: .git] -h, --help Print help ``` ## Installation ### Building from soure and installing using cargo ``` cargo install gicopy ```