| Crates.io | automove |
| lib.rs | automove |
| version | 1.2.0 |
| created_at | 2021-12-17 05:39:43.193898+00 |
| updated_at | 2023-12-19 01:35:58.410654+00 |
| description | Moves files that match a certain pattern described in move.toml into a subdirectory. |
| homepage | |
| repository | https://github.com/Narfinger/automove |
| max_upload_size | |
| id | 499545 |
| size | 16,406 |
WARNING This software is not in developement anymore and might contain unfixed security bugs in their libraries.
Moves files matching a config into certain subdirectories. Create a move.toml file in the directory and execute it from there.
[[moves]]
pattern = "Big Buck"
path = "/home/user/OpenSourceMovies"
[[moves]]
pattern = "Elephants Dream"
path = "/home/user/OpenSourceMovies"
directory = true