Skip to content

lukin0110/push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push

Share files from the command line.

$ push slack.dmg
https://push.kiwi/HrfUfSAzj/slack.dmg

Install or update

OSX / Linux:

$ curl -sL https://raw.githubusercontent.com/lukin0110/push/master/install.sh | sudo -E bash -

Usage

Usage: push [OPTIONS] file...
       push [--help | --version]

Share a file from the command line. It returns an unique url to share. The file argument is
required, you can specify multiple files.

Options:

 -e, --email        Share files via email
 -p, --passphrase   Protect files with a password
 -z, --zip          Compress files to one archive
 -h, --help         Print usage
 -v, --version      Print version information and quit

Examples:

$ push ./nginx.conf
$ push --email=jeffrey@lebowski.org ./nginx.conf
$ push --passphrase=Security007 ./nginx.conf

Server

The code of the server is open source as well.

Roadmap