pwnall/node-open

Support for multiple browsers

leostera opened this issue · 4 comments

It would be great to specify which browser to use and in case it's not installed, fallback to the default.

open(url,browserName);

This should work as of node-open 0.0.3. Is there a specific case that doesn't work for you?

Someone should really update README.md to make this new feature documented. And with an example.

(I'd pull a request if I weren't busy IRL.)

@Mithgol I finally got around to updating the README. Thank you for bringing this up, and please let me know if you find more issues!

No more issues, 195f61d is fine.