coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
713 stars 111 forks source link

Automatically try to open the user's default browser #9

Closed isaacs closed 13 years ago

coreh commented 13 years ago

Hey man, thanks! This is a very nice addition, merging it in.

On Linux systems, (at least on Ubuntu) the xdg-open command is equivalent to Mac OS X's open. (http://stackoverflow.com/questions/5116473/linux-command-to-open-url-in-default-browser)

I'll add a commit changing google-chrome to that.