27个版本
0.1.27 | 2024年5月19日 |
---|---|
0.1.26 | 2024年3月24日 |
0.1.24 | 2023年11月14日 |
0.1.9 | 2023年7月23日 |
156 在 Unix APIs
每月下载次数:122
84KB
313 代码行
janitor-service
使用rust编写的可配置的下载组织者
安装/更新
cargo install janitor-service
使用方法
- 运行janitor二进制文件
- 会在您的下载目录中创建一个
janitor.toml
文件 - 使用模式目标更新toml文件 - 示例条目可以作为参考 - 模式是逗号分隔的元组
使用SystemD配置自动启动/重启(Windows上不可用)
# Generate the unit file in into the user systemd folder
janitor-service systemd > ~/.config/systemd/user/janitor.service
# Enable and start the service
systemctl --user enable janitor.service --now
# Check program output / logs
journalctl --user -u janitor.service --follow
# Update when using systemd
cargo install janitor-service
systemctl --user restart janitor.service
有趣的事实:这是我的第一个Rust应用程序
依赖项
~9–36MB
~568K SLoC