add queue functionality to upload many items and update readme to include basic installation guide

This commit is contained in:
2026-08-12 17:14:59 +02:00
parent 35ff9bae5e
commit 43e95c9d3e
6 changed files with 277 additions and 169 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Pass execution directly to the Python GUI engine
exec f0ckm-uploader-gui --upload="$1"
exec f0ckm-uploader-gui --upload "$@"