Skip to content

eduard256/frinklip

Repository files navigation

frinklip  |  FRINKLIP

GitHub Stars GitHub Downloads License

Local file drop server. Drag files into the browser, get absolute paths, paste into your CLI agent.

drop files, get paths your agent can read

What it solves

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.

paste-ready paths and recent drops

Install

curl -fsSL https://raw.githubusercontent.com/eduard256/frinklip/main/install.sh | sudo bash

Open http://<lan-ip>:3467 from any device on the network.

Install as a PWA (recommended)

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+):

  1. Open http://<lan-ip>:3467
  2. FileAdd to Dock…

Windows — Chrome / Edge:

  1. Open http://<lan-ip>:3467
  2. Click the install icon ⊕ in the address bar (Edge: AppsInstall this site as an app)

Manual install

Don't want to pipe a script into shell? See INSTALL.md.

License

MIT