NickTikhonov / up

Painless, context-aware file uploads from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

up

✨ painless, context-aware file uploads from the command line ✨

Demo

installation

npm install -g up-cmd

use

single file:

up file.txt

multiple files:

up file.txt

command output:

cat /usr/share/dict/words | grep "aba" | up

specify your preferred provider:

up --provider transfer-sh file.txt

features

  • Easy upload to existing storage providers
  • Configuration through ~/.up.json

Contributing

Feel free to contribute by requesting a feature, submitting a bug or contributing code.

Authors

  • Nick Tikhonov
  • Alex Ungurianu

License

MIT

About

Painless, context-aware file uploads from the command line

License:MIT License


Languages

Language:JavaScript 100.0%