文件名称:ruplacer:在源文件中查找和替换文本
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-20 03:58:41
rust command-line awk sed replace
鲁普拉斯 查找并替换源文件中的文本: $ ruplacer old new src/ Patching src/a_dir/sub/foo.txt -- old is everywhere, old is old ++ new is everywhere, new is new Patching src/top.txt -- old is nice ++ new is nice Would perform 2 replacements on 2 matching files. Re-run ruplacer with --go to write these changes to disk 随货安装 安装rust和cargo ,例如进行。 然后运行: cargo install ruplacer 替代安装方法 可将Linux,macOS和Windows的预编译二进制文件作为。 rup
【文件预览】:
ruplacer-master
----Cargo.toml(640B)
----.github()
--------workflows()
----ci()
--------check.sh(640B)
--------gen_artifacts.sh(251B)
--------gen_artifacts.py(2KB)
----Cargo.lock(28KB)
----src()
--------directory_patcher.rs(3KB)
--------query.rs(463B)
--------main.rs(6KB)
--------line_patcher.rs(3KB)
--------file_patcher.rs(5KB)
--------stats.rs(1KB)
--------lib.rs(251B)
--------settings.rs(445B)
----LICENSE(1KB)
----README.md(4KB)
----tests()
--------integration_tests.rs(8KB)
--------data()
----.gitignore(27B)
----tbump.toml(632B)
----CHANGELOG.md(1KB)