#moves #toml #move #subdirectory #pattern #directory #match

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

#4 in #subdirectory

22 downloads per month

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.7–2.6MB
~47K SLoC