quick-replace 0.1.1

Quick, lightweight find and replace tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# quick-replace

## A fast, lightweight find and replace tool

### Usage

```bash
quick-replace [OPTIONS] <FROM> <TO> <path/to/file.txt>
```

#### Options

| Flag | Description |
| ---- | ----------- |
| -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) |