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日

156Unix APIs

Download history • Rust 包仓库 192/week @ 2024-05-19 • Rust 包仓库 2/week @ 2024-05-26 • Rust 包仓库 1/week @ 2024-06-09 • Rust 包仓库 3/week @ 2024-06-30 • Rust 包仓库 122/week @ 2024-07-28 • Rust 包仓库

每月下载次数:122

MIT 许可证

84KB
313 代码行

janitor-service

使用rust编写的可配置的下载组织者

安装/更新

cargo install janitor-service

使用方法

  1. 运行janitor二进制文件
  2. 会在您的下载目录中创建一个janitor.toml文件
  3. 使用模式目标更新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