A command line utility for shortening links and sharing code and files.
cargo install --git https://github.com/jake-walker/lop.git# show help
lop help
# shorten a url
lop shorten https://github.com/jake-walker/lop
# upload a file and display qr code
lop upload -Q ./photos.zip- Shortening URLs
- Uploading files
- Uploading code from clipboard or a file
- Generate QR codes for outputs
- Upload multiple files (zipping as required)
- Take inputs from stdin
- Set expiry date
- Encrypt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.