Simple tool for automatic file management
at master 315 B view raw
1[ 2 { 3 "location": "~/Downloads/", 4 "filter": { 5 "type": "any", 6 "filters": [ 7 {"type": "name", "wildcard": "*.gp"}, 8 {"type": "name", "wildcard": "*.gp4"}, 9 {"type": "name", "wildcard": "*.gp5"} 10 ] 11 }, 12 "actions": [ 13 {"move": "~/Documents/Guitar/"} 14 ] 15 } 16]