ShowHN: GetURL - A CLI tool to get a public link for any file
21–30 of 53 posts
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#22Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#23Very nice! But no Python 2.6 support?
The key problem seems to be `check_output` in the `subprocess` module.
Edit: pull request submitted.
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#24This way we aren't carelessly littering our data all over the "cloud".
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#25Neat, +1 on the 'brew' addition intent :)
Please submit to brew!
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#26Since I have web hosting and use GitHub, here's my method: cp file_name ~/Projects/2012/ajf.me/ajf.me/imagedump/ && cd ~/Projects/2012/ajf.me/ajf.me/ && git add imagedump && git commit -m 'new file' && cd .. && ./update.sh Elaborate, sure, but it does the job. update.sh runs git push and then does an SSH into my server and a git pull. (Because I'm too lazy to actually set up git on my own server)
But if you have your own server, why don't you just scp it directly there? That's the piece most people are missing.
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#27Very nice! But no Python 2.6 support?
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#28Simply copy your files into ~/Dropbox/Public, right-click and choose Dropbox > Copy Public URL. Voilà!
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#29I still prefer Dropbox because you have better control about what you upload. Simply copy your files into ~/Dropbox/Public, right-click and choose Dropbox > Copy Public URL. Voilà!
Re: ShowHN: GetURL - A CLI tool to get a public link for any file
#30I still prefer Dropbox because you have better control about what you upload. Simply copy your files into ~/Dropbox/Public, right-click and choose Dropbox > Copy Public URL. Voilà!
Except that Dropbox has now discontinued their public folders in exchange for there get link everywhere (which requires you to click add to dropbox or a download button rather than direct access).