automove

Crates.ioautomove
lib.rsautomove
version1.2.0
sourcesrc
created_at2021-12-17 05:39:43.193898
updated_at2023-12-19 01:35:58.410654
descriptionMoves files that match a certain pattern described in move.toml into a subdirectory.
homepage
repositoryhttps://github.com/Narfinger/automove
max_upload_size
id499545
size16,406
(Narfinger)

documentation

README

Automove

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.

Example for move.toml

[[moves]]
pattern = "Big Buck"
path = "/home/user/OpenSourceMovies"

[[moves]]
pattern = "Elephants Dream"
path = "/home/user/OpenSourceMovies"
directory = true
Commit count: 19

cargo fmt