feat: Linux bulk importer for the Allflame Voyage Solver

Mirrors the solver's Windows-only voyage-import.ahk on KDE Wayland:

- poe-clip-bridge.py: clipboard watcher that keeps only PoE item text,
  serves it on loopback and can trigger a sweep from the browser
- voyage-sweep.py: hovers every cell of the in-game chart grid, Ctrl+C's
  it and hands over the whole batch in one go
- userscript: feeds the batch into the solver page without focusing it

Includes notes on the four Wayland pointer pitfalls this ran into.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 21:39:19 +02:00
co-authored by Claude Opus 5
commit e65f9db3ae
9 changed files with 928 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=PoE clipboard bridge for the Allflame Voyage Solver
PartOf=graphical-session.target
After=graphical-session.target
[Service]
ExecStart=%h/.local/bin/poe-clip-bridge.py
Restart=on-failure
RestartSec=2
[Install]
WantedBy=graphical-session.target