phleg
v0.2.2
Published
CLI + Cloudflare Workers + R2 one-time file sharing service
Maintainers
Readme
Phleg CLI
CLI + Cloudflare Workers + R2 one-time file sharing service with custom User-Agent.
Installation
npm install -g phlegUsage
Send a file
phleg send myfile.txt
# Returns: abc12345Receive a file
phleg receive abc12345
# Downloads: myfile.txtConfiguration
Set your Phleg worker endpoint:
export PHLEG_ENDPOINT="https://your-worker.your-subdomain.workers.dev"Features
- 🚀 One-time file sharing
- 🔒 Secure with custom User-Agent
- ☁️ Cloudflare Workers + R2 storage
- 📱 Cross-platform CLI
- 🗑️ Self-destruct after download
Development
git clone https://github.com/retraut/phleg.git
cd phleg
npm install
npm run build
npm linkLicense
MIT
