2 个版本
使用旧的 Rust 2015
0.2.1 | 2018年11月8日 |
---|---|
0.2.0 | 2018年11月1日 |
#27 in #file-rename
10KB
205 行
mvr
用于重命名文件的实用程序。
该程序是一个使用正则表达式模式匹配进行文件重命名的实用程序。
功能
- 正则表达式模式和替换字符串
- 批量文件重命名
- 在重命名之前进行测试运行
- 文件重命名提示
安装
从 crates.io
$ cargo install mvr
手动
$ git clone https://github.com/Juici/mvr
$ cd mvr
$ cargo install --path=./
构建
$ git clone https://github.com/Juici/mvr
$ cd mvr
$ cargo build --release
依赖项
~2.8–4MB
~62K SLoC