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
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