#pattern #match #matching #directory #execute #create #subdirectories

app automove

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

9 stable releases

1.1.0 Apr 11, 2022
1.0.7 Apr 8, 2022
1.0.4 Mar 13, 2022
1.0.2 Dec 21, 2021

#1351 in Command line utilities

46 downloads per month

MIT license

6KB
125 lines

Automove

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

~3.5MB
~68K SLoC