1 unstable release
0.1.0 | May 2, 2022 |
---|
#8 in #replacing
31KB
347 lines
rrpl
What is rrpl
rrpl (rust replace) is a CLI application for replacing text matches inside a file. It's CLI interface is meant to mimic other tool, i.e., rpl which is available on debian distributions.
How to use
> rrpl --help
rrpl 0.1.0
Krzysztof Hrynczenko <jeniopy@gmail.com>
USAGE:
rrpl [OPTIONS] <FROM> <TO> [FILE]...
ARGS:
<FROM>
<TO>
<FILE>...
OPTIONS:
-b, --backup Rename original file to file~ before replacing
-h, --help Print help information
-i, --ignore-case Match case-insensitively
-p, --prompt Prompt confirmation before changing the file
-q, --quiet Disable logging to stdout/stderr
-V, --version Print version information
-w, --whole-words Match on word boundaries only
How to build
cargo build
Dependencies
~6–14MB
~170K SLoC