Live data from Hacker News

Show HN: "Get Mac Apps" - Install Multiple OSX Apps Easily. Would love feedback

getmacapps.com

1–3 of 3 posts

Re: Show HN: "Get Mac Apps" - Install Multiple OSX Apps Easily. Would love feedback

#2
This is really nice and simple, and might be nicer if you supported selecting the applications from the terminal like..

curl -s http://getmacapps.com/raw/chrome:firefox:sublime | sh

Additionally, if you're interested in supporting it, I think this process would work with my "Install all firefoxes" shell script, that works in a similar manner (it curls dmgs, installs, etc.) You can see more about it here - https://github.com/omgmog/install-all-firefox

Might be worth adding descriptions, and links to the original sites for applications, so that people can discern if they want to install them or not.

Re: Show HN: "Get Mac Apps" - Install Multiple OSX Apps Easily. Would love feedback

#3
post #2

This is really nice and simple, and might be nicer if you supported selecting the applications from the terminal like.. curl -s http://getmacapps.com/raw/chrome:firefox:sublime | sh Additionally, if you're interested in supporting it, I think this process would work with my "Install all firefoxes" shell script, that works in a similar manner (it curls dmgs, installs, etc.) You can see more about it here - https://git…

Thanks omgmog, really good to hear your thoughts.

Cool script, it would definitely be useful to support your "Install all firefoxes script", possibly in a collapsable developers section.

Good ideas. I'll definitely be adding links/descriptions if the site gets any sort of traction.