appfolio / gemsurance

Gem vulnerability checker using rubysec/ruby-advisory-db
MIT License
213 stars 24 forks source link

Cmd line option to automatically open report in browser #3

Closed jasnow closed 10 years ago

jasnow commented 10 years ago

Provide command line option to automatically open the report in the browser without the html file.

jonkessler commented 10 years ago

What do you mean by "without the html file"? Generate it in a temporary location and then open it from there?

phallstrom commented 10 years ago

This could be done using the launchy gem. I'd be willing to add this, but first need you to accept my other pull request so I can more easily extend the CLI options.

https://github.com/copiousfreetime/launchy

jonkessler commented 10 years ago

I'm gonna hold off on this for now.