2 releases
| 0.1.1 | Apr 7, 2023 |
|---|---|
| 0.1.0 | Apr 7, 2023 |
#640 in Command-line interface
9KB
106 lines
quick-replace
A fast, lightweight find and replace tool
Usage
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) |
lib.rs:
quick-replace
quick-replace is a find and replace utility, making it convinient to replace text in large files.
Dependencies
~7MB
~118K SLoC