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
- Host: GitHub
- URL: https://github.com/antosser/gicopy
- Owner: Antosser
- Created: 2023-05-28T21:19:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T09:32:17.000Z (over 2 years ago)
- Last Synced: 2025-03-09T06:35:34.089Z (10 months ago)
- Topics: copy, git, gitignore, sync
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```