Share files from commandline
How do you share a short temporary file right from your commandline instead unnecessary mouse clicks on a browser?
- setup a developer account at filepicker.io
- Get the API key
- in terminal, cd to the directory where you have the file.
curl -F fileUpload=@<filename> 'https://www.filepicker.io/api ...read more →