| Crates.io | herman |
| lib.rs | herman |
| version | 0.1.2 |
| created_at | 2023-07-30 13:21:54.458436+00 |
| updated_at | 2023-07-30 13:37:54.651576+00 |
| description | A rusty daemon that watches folders and organises them automatically. |
| homepage | |
| repository | https://github.com/SeanningTatum/herman |
| max_upload_size | |
| id | 929969 |
| size | 36,661 |
A rusty daemon that watches folders and organises the files automatically
Install globally with cargo
cargo install herman
Clean a folder
cargo add herman
herman clean ./downloads
Watch a folder
cargo add herman
herman watch ./downloads
Clone and navigate to directory
git clone https://github.com/SeanningTatum/herman
cd herman
Run watcher locally
cargo run -- watch ./test-folder
Run script locally
cargo run -- clean ./test-folder