#editor #quick #directory #rename #tool #renamer

app quiren

快速编辑重命名工具,适用于文件和目录

1个不稳定版本

0.2.0 2021年7月17日

#6#renamer

MIT 许可证

6KB
88 代码行

Quiren (快速编辑重命名器)

编辑当前目录中您选择的编辑器中的文件名。

安装

从Git仓库

$ git clone https://github.com/Sinono3/quiren.git
$ cargo install --path quiren

用法

Usage: quiren [options] [dir]

Options:
    -h, --help      Prints help information
    -r, --retry     Re-enters the editor after an error

示例

# On the current directory
$ quiren
# On another directory
$ quiren books
$ quiren /home/dude/abc/

来源

我在寻找一个可以在Vim中编辑当前目录文件名的工具。我在AUR上找到了massren,但我一点也不喜欢它。它为了完成这样一个简单的任务而变得过于臃肿。为什么它要自动创建一个配置文件。为什么它要创建一个SQLite数据库(用于撤销重命名,但仍然应该在缓存目录中)。为什么我必须滚动浏览一大堆警告文本才能实际编辑文件名。为什么实际保存更改要花这么长时间。

好吧,关于这个工具的抱怨就到这里。如果我稍微深入一点,我可能已经找到了适合我需求的东西,但我认为尝试自己制作它将是一个有趣的项目,所以我们就在这里。

依赖关系

~2–10MB
~122K SLoC