This gem opens a fullscreen Google Hangout in Firefox on OS X.
gem install google_hangout
google_hangout HANGOUT_URL, [EMAIL], [PASSWORD]
where HANGOUT_URL is your persistent Hangout URL, generated by attaching a Video Chat to a far-future event in Google Calendar.
- Only works with Firefox
- Only works on OS X
- Forces your Firefox to fullscreen mode
- Pretty much requires that you pass your Google login credentials on the command line
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request