transfr
v1.1.0
Published
A Node CLI to upload files with https://transfer.sh/
Downloads
3
Maintainers
Readme
Transfr
A Node.js CLI to upload files with transfer.sh
transfer.sh is a super easy way to upload files directly from the command line, and it's open source.
This Node.js based CLI is just a thin wrapper around transfer.sh's API for convenience.
Installation
# Make sure you have node and npm installed and in your $PATH
npm install -g transfr
Usage
Single file
transfr cat.png
This command will upload your file to transfer.sh and print out the link (and also add it to your clipboard).
Multiple files
transfer cat1.png cat2.png cat3.png
This will bundle all the files into a zip-file and upload that. And as before the link will be printed out (and copied to your clipboard).
License
MIT © Adam Bergman