Snaply from the terminal
Send files and text without opening a browser.
Works in any terminal. No install needed — just curl.
Send text
curl https://datatune.de/api/snap -d "hello world"Send a file
curl https://datatune.de/api/snap -F file=@report.pdfReceive
curl https://datatune.de/api/snapShows a 6-digit code — enter it on another device to send a message or file to your terminal.
That's it.
curl handles everything — register, wait, send, receive. One command, done.
Full User Guide (PDF)
Complete documentation