instant clipboard & file sharing
Share text, code snippets, and files from your terminal in seconds. Get a link, share it anywhere.
pipx install drp
drp setup
drp up "hello world" # get a shareable linkdrp up notes.md # upload a file, get a link
echo "secret" | drp up --burn # burn after first view
drp up photo.png -k avatar # custom key
drp get mykey # fetch text back
drp get -f report # download a file
drp ls # list your drops
drp lock mykey # password-protect (paid)
drp shell # interactive REPLEmbed anywhere: images, iframes, raw text via embed and raw URL routes, including markdown image embeds.
Collections: organize files into folders with sub-folders and shell navigation.
Plans: anonymous drops work instantly. Sign up free for longer expiry, or go Starter/Pro for collections, passwords, API tokens, and more.
- PyPI (stable): pypi.org/project/drp
- PyPI (dev): pypi.org/project/drp-dev
- Repository: github.com/vicnasdev/drp
Source-available for personal/internal use, see LICENSE.
See the repository docs for setup instructions and environment variables.
Want to deploy drp for your organization? A Commercial Self-Hosted License is available. See COMMERCIAL.md for full terms.
Server: source-available, personal/internal use only, see LICENSE.
CLI (cli/): MIT.