3 个版本
0.1.2 | 2023年7月30日 |
---|---|
0.1.1 | 2023年7月30日 |
0.1.0 | 2023年7月30日 |
820 在 文件系统
12KB
218 代码行
Herman 🦀
一个 Rust 驱动的守护进程,可自动监视文件夹并组织文件
安装
使用 cargo
全局安装
cargo install herman
用法/示例
清理文件夹
cargo add herman
herman clean ./downloads
监视文件夹
cargo add herman
herman watch ./downloads
本地运行
克隆并导航到目录
git clone https://github.com/SeanningTatum/herman
cd herman
本地运行监视器
cargo run -- watch ./test-folder
本地运行脚本
cargo run -- clean ./test-folder
许可证
lib.rs
:
Herman
一个 Rust 驱动的守护进程,将文件重新排列到子目录中
依赖
~2–12MB
~102K SLoC