file-conveyor is a simple program that runs in the background and moves files/folders a specified directory to another.
Find a file
webmsgr 3ae9bbe431 add multi target support (#1)
untested as i am on windows which does not emit the right file events (cringe smh)

Reviewed-on: #1
Co-authored-by: webmsgr <zapcontact000@gmail.com>
Co-committed-by: webmsgr <zapcontact000@gmail.com>
2025-11-18 19:34:10 -08:00
.idea initial cargo init 2025-11-17 15:30:56 -08:00
src add multi target support (#1) 2025-11-18 19:34:10 -08:00
.gitignore add multi target support (#1) 2025-11-18 19:34:10 -08:00
Cargo.lock add multi target support (#1) 2025-11-18 19:34:10 -08:00
Cargo.toml add multi target support (#1) 2025-11-18 19:34:10 -08:00
example.toml add multi target support (#1) 2025-11-18 19:34:10 -08:00
README.md readme yes 2025-11-17 17:33:30 -08:00

file_conveyor

Usage

cargo run -- -w ./watch -d ./dest

Run in background

Good luck have fun (for now)