📋 ClipFile Transfer

Flyt filer mellem Linux og Windows via udklipsholderen (clipboard/tekst) — 100% installationsfrit

Klar til brug på enhver maskine uden admin-rettigheder

Indeholder Python GUI, Windows Forms GUI, PowerShell CLI, Bash CLI og standalone WebApp.

⬇️ Download ClipFile.zip (Samlet pakke)

Format: .ZIP | Størrelse: ~35 KB | Zero-Dependencies

🪟 Windows Hurtigstart (PowerShell)

Kør denne linje i PowerShell for at hente, udpakke og starte GUI med det samme:

iwr https://clipfile.heinstein.dk/clipfile.zip -OutFile clipfile.zip; Expand-Archive -Force clipfile.zip clipfile; cd clipfile; .\ClipFile.bat

🐧 Linux Hurtigstart (Terminal)

Kør denne linje i din Linux terminal for at hente og starte:

curl -sSL https://clipfile.heinstein.dk/clipfile.zip -o clipfile.zip && unzip -o clipfile.zip -d clipfile && cd clipfile && python3 clipfile.py

🌐 Eller brug Online WebApp direkte herunder:

Du kan sende og modtage clips direkte i browseren uden at downloade noget.