Filepicker CLI upload tool enables you to easily upload your files and get uniqe url (FileLink) for each on of them. Url is also automatically copied to your clipboard so you can start using it immediately.
Just download one of the binaries:
and put it in your $PATH
go get github.com/atotto/clipboard
go get github.com/briandowns/spinner
go get code.google.com/p/gcfg
go build
You have to put your Filepicker API Key either using environment variable:
export FILEPICKER_APIKEY=YOUR_API_KEY_HERE
or by using config file ~/.fp
[Filepicker]
apikey = YOUR_API_KEY_HERE
fp /path/to/your/file
fp -d /path/to/your/directory