67 lines
No EOL
1.8 KiB
JSON
67 lines
No EOL
1.8 KiB
JSON
{
|
|
"filemodes": {
|
|
"all": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/",
|
|
"extensions": ["*.*"],
|
|
"name": "All Files"
|
|
},
|
|
"image": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Pictures/",
|
|
"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"],
|
|
"name": "Audio"
|
|
},
|
|
"video": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Videos/",
|
|
"extensions": ["*.avi", "*.mpeg", "*.mp4", "*.mov", "*.mkv", "*.ogv", "*.webm"],
|
|
"name": "Video"
|
|
},
|
|
"document": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Documents/",
|
|
"extensions": ["*.txt", "*.doc", "*.docx", "*.pdf", "*.rtf"],
|
|
"name": "Documents"
|
|
},
|
|
"data": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Documents/data/",
|
|
"extensions": ["*.json", "*.csv", "*.db"],
|
|
"name": "Data"
|
|
},
|
|
"program": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Downloads/",
|
|
"extensions": ["*.exe", "*.msi", "*.dmg", "*.pkg", "*.deb", "*.elf"],
|
|
"name": "Programs"
|
|
},
|
|
"archive": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Downloads/",
|
|
"extensions": ["*.zip", "*.rar", "*.tar", "*.iso", "*.gz", "*.lz", "*.rz", "*.xz", "*.7z"],
|
|
"name": "Archives"
|
|
},
|
|
"other": {
|
|
"action": "ignore",
|
|
"active": true,
|
|
"destination": "~/Downloads/",
|
|
"extensions": [],
|
|
"name": "Other"
|
|
}
|
|
}
|
|
} |