Error handling, feature cleanup
This commit is contained in:
parent
fafa69202b
commit
94755aa78f
6 changed files with 181 additions and 107 deletions
|
|
@ -3,57 +3,57 @@
|
|||
"all": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/FinchFiler/",
|
||||
"extensions": ["*"],
|
||||
"destination": "~/",
|
||||
"extensions": ["*.*"],
|
||||
"name": "All Files"
|
||||
},
|
||||
"image": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Pictures/",
|
||||
"extensions": ["jpg", "jpeg", "png", "gif", "bmp", "psd", "raw", "webp"],
|
||||
"extensions": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.bmp", "*.psd", "*.raw", "*.webp"],
|
||||
"name": "Images"
|
||||
},
|
||||
"audio": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Music/",
|
||||
"extensions": ["wav", "mp3", "ogg", "flac", "wma", "aiff", "aac"],
|
||||
"extensions": ["*.wav", "*.mp3", "*.ogg", "*.flac", "*.wma", "*.aiff", "*.aac"],
|
||||
"name": "Audio"
|
||||
},
|
||||
"video": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Videos/",
|
||||
"extensions": ["avi", "mpeg", "mp4", "mov", "mkv", "ogv", "webm"],
|
||||
"extensions": ["*.avi", "*.mpeg", "*.mp4", "*.mov", "*.mkv", "*.ogv", "*.webm"],
|
||||
"name": "Video"
|
||||
},
|
||||
"document": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Documents/",
|
||||
"extensions": ["txt", "doc", "docx", "pdf", "rtf"],
|
||||
"extensions": ["*.txt", "*.doc", "*.docx", "*.pdf", "*.rtf"],
|
||||
"name": "Documents"
|
||||
},
|
||||
"data": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Documents/data/",
|
||||
"extensions": ["json", "csv", "db"],
|
||||
"extensions": ["*.json", "*.csv", "*.db"],
|
||||
"name": "Data"
|
||||
},
|
||||
"program": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["exe", "msi", "elf"],
|
||||
"extensions": ["*.exe", "*.msi", "*.elf"],
|
||||
"name": "Programs"
|
||||
},
|
||||
"archive": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["zip", "rar", "tar", "iso", "gz", "lz", "rz", "7z", "dmg"],
|
||||
"extensions": ["*.zip", "*.rar", "*.tar", "*.iso", "*.gz", "*.lz", "*.rz", "*.7z", "*.dmg"],
|
||||
"name": "Archives"
|
||||
},
|
||||
"other": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue