# quick-replace
## A fast, lightweight find and replace tool
### Usage
```bash
quick-replace [OPTIONS] <FROM> <TO> <path/to/file.txt>
```
#### Options
| -h | Display help information |
| -r | Replace file without creating a backup (cannot be used with -c) |
| -c | Compress backup file (cannot be used with -r) |