Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.79 KB

File metadata and controls

53 lines (40 loc) · 1.79 KB

drp-dev — share text & files from your terminal

Development build — may be unstable. For stable releases: pipx install drp.

Website: dev.drp.vicnas.me — dev server for testing.

pipx install drp-dev
drp setup
drp up "hello world"        # → https://dev.drp.vicnas.me/a1b2c3/

Features

Feature Command
Upload text drp up "hello" or echo text | drp up
Upload file drp up report.pdf
Custom key drp up logo.png -k logo
Burn after reading drp up "secret" --burn
Password protect drp up data.csv --password
Retrieve text drp get <key>
Download file drp get -f <key>
List drops drp ls
Organize drp collection new "notes"
Interactive shell drp shell
Lock existing drop drp lock <key>

Embed anywhere: dev.drp.vicnas.me/embed/<key>/ (iframes, markdown) Raw access: dev.drp.vicnas.me/raw/<key>/ (curl, scripts, CI)

Plans

Anonymous uploads work instantly — no account needed. Sign up free for longer expiry, or upgrade to Starter/Pro for collections, passwords, API tokens, server-side uploads, and more.

Stable vs Dev

drp (stable) drp-dev (dev)
Source main branch dev branch
Install pipx install drp pipx install drp-dev

Links

License

CLI: MIT.