Map keys 0–9 to destinations, inspect files before deciding, and preview PDF/RAW/ZIP/video with an OLED dark UI polish plus demo seed and tests.
15 lines
471 B
JSON
15 lines
471 B
JSON
{
|
|
"adapter": "folder",
|
|
"settings": {
|
|
"folderPath": "/absolute/path/to/a/folder",
|
|
"recursive": false,
|
|
"extensions": "jpg,jpeg,png,gif,webp,heic,bmp,pdf,dng,cr2,nef,arw,mp4,mov",
|
|
"trashDirName": ".swipeanything-trash",
|
|
"destinations": {
|
|
"1": { "label": "Keep / favorites", "path": "/absolute/path/to/keep" },
|
|
"2": { "label": "Vacation", "path": "/absolute/path/to/vacation" },
|
|
"3": { "path": "/absolute/path/to/work" }
|
|
}
|
|
}
|
|
}
|