Local file drop server. Drag files into the browser, get absolute paths, paste into your CLI agent.
CLI agents like claude-code, opencode, codex read files by path. SSH terminals don't accept drag-n-drop. scp for every screenshot is the loop you don't want.
Drop files in the browser from any LAN device. They land in /tmp/dropped/. Paste the absolute path into the agent.
curl -fsSL https://raw.githubusercontent.com/eduard256/frinklip/main/install.sh | sudo bashOpen http://<lan-ip>:3467 from any device on the network.
After the server is up, open the URL it gave you on the device you'll be dropping files from, and install it from there. Turns the site into something close to a native app.
macOS — Safari (16+):
- Open
http://<lan-ip>:3467 - File → Add to Dock…
Windows — Chrome / Edge:
- Open
http://<lan-ip>:3467 - Click the install icon ⊕ in the address bar (Edge: … → Apps → Install this site as an app)
Don't want to pipe a script into shell? See INSTALL.md.
MIT

