An open API service indexing awesome lists of open source software.

https://github.com/antosser/gicopy

Copies a directory to another location, ignoring files listed in .gitignore files
https://github.com/antosser/gicopy

copy git gitignore sync

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Git Ignore Copy (gicopy)
Copies a directory to another location, ignoring files listed in .gitignore files
## 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
```