1 个不稳定版本
0.1.0 | 2022年5月2日 |
---|
#8 在 #replacing
31KB
347 代码行
rrpl
什么是 rrpl
rrpl (rust replace) 是一个 CLI 应用程序,用于在文件内部替换文本匹配项。它的 CLI 界面旨在模仿其他工具,例如在 Debian 发行版上可用的 rpl。
如何使用
> rrpl --help
rrpl 0.1.0
Krzysztof Hrynczenko <[email protected]>
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
如何构建
cargobuild
依赖关系
~6–14MB
~170K SLoC