| Crates.io | janitor-service |
| lib.rs | janitor-service |
| version | 0.1.40 |
| created_at | 2023-05-14 20:33:20.303906+00 |
| updated_at | 2025-09-18 00:51:44.537752+00 |
| description | A service that cleans up your downloads folder |
| homepage | |
| repository | https://github.com/sharunkumar/janitor |
| max_upload_size | |
| id | 864466 |
| size | 693,753 |
A configurable downloads organizer written in rust
cargo install janitor-service
janitor.toml file would be created in your downloads directory# 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
fun fact: this is my first ever rust app