#moves #move #toml #subdirectory

app automove

Moves files that match a certain pattern described in move.toml into a subdirectory

10 stable releases

1.2.0 Dec 19, 2023
1.1.0 Apr 11, 2022
1.0.4 Mar 13, 2022
1.0.2 Dec 21, 2021

#9 in #subdirectory

MIT license

7KB
125 lines

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

Dependencies

~1.6–2.5MB
~45K SLoC