Files
SwipeAnything/swipeanything.config.example.json
T
ilia ce43c5de6d
CI / Gitleaks (pull_request) Successful in 17s
CI / Unit tests (pull_request) Successful in 21s
Add organize folders, details sheet, and richer previews.
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.
2026-07-26 21:38:36 -04:00

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