FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

FR : Launch a sensible browser #104

Closed hemanth closed 11 years ago

hemanth commented 11 years ago

ungit must launch a sensible browser with the URL that is severing the repo. Would be happy to send a PR, if it's not there in the list.

notslang commented 11 years ago

could you please explain a little more? ungit already provides the url right in the terminal, are you asking to launch the browser automatically?

hemanth commented 11 years ago

@slang800 Yes sir.

FredrikNoren commented 11 years ago

Actually it does already but there was a bug on Mac that prevented it from. @pwnall was kind engough to provide a fix #80 so next release this should work. Closing this issue, if it still doesn't work in 0.1.6 (when it's released) please re-open.

hemanth commented 11 years ago

:+1: npm install open FTW!

zeorin commented 11 years ago

On Ubuntu 12.04 Linux, even after installing open, it still doesn't automatically open a browser. Would be lovely if it did. @hemanth please reopen :)

Ajedi32 commented 11 years ago

Same here. I'm also running Ubuntu 12.04 LTS, with Chrome as my primary browser. (Though I also have Chromium and Firefox installed.)

Should we open a separate issue for this?

FredrikNoren commented 11 years ago

Hm is this an issue with the open module or with ungit though? If there's a bug in open please open (pjuh) a bug in that repository instead: https://github.com/jjrdn/node-open

pwnall commented 11 years ago

The canonical repo is https://github.com/pwnall/node-open now. Please open a bug there, and I'll look into it. Thanks a lot for reporting, and sorry open is causing you trouble!