This commit is contained in:
Hirnwunde
2026-02-26 08:42:12 +01:00
commit 87ab7ee73c
16 changed files with 1368 additions and 0 deletions

20
photo_sorter/config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"targets": [
{
"key": "1",
"path": "/home/obk/Bilder/sorter_versuch/fam",
"label": "Family"
},
{
"key": "2",
"path": "/home/obk/Bilder/sorter_versuch/priv",
"label": "Privat"
},
{
"key": "3",
"path": "/home/obk/Bilder/sorter_versuch/work",
"label": "Work"
}
],
"default_action": "move"
}