ShowHN: GetURL - A CLI tool to get a public link for any file
1–10 of 53 posts
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#2Something I threw together over the weekend. I've been using filepicker on a website of mine. Realized that I could hack it to upload and share files in a simple tool.
Inspired by cloudApp, when I found myself wanting a command line version.
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#3Nice! There's an opportunity for some company sponsor this (a la localtunnel.com and twilio).
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#4Very awesome tool, it's a great way of sharing nice and quickly!
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#5Nice! There's an opportunity for some company sponsor this (a la localtunnel.com and twilio).
Given that it uses Filepicker.io, probably makes sense for us to take a look. The idea of turning files into URLs is one that we really like
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#6Nice utility!
Just a note:
28: exit("`curl` is requrired. Please install it")
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#7Another:
cat file | curl -F 'sprunge=Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#8Nice utility! Just a note: 28: exit("`curl` is requrired. Please install it")
Haha. I'll fix that when I get a chance; pull requests are encouraged :D
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#9Very nice! But no Python 2.6 support?
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#10Neat, +1 on the 'brew' addition intent :)