Launch a Google Hangouts on Air from the command line on your Mac.
$ gem install airity
Just type in airity
at the command line and follow the steps.
You can also add a .airity
file to your Home directory to pre-fill commonly used field values. Check out the .airity_example
file for sample usage.
- Fork it ( https://github.com/[my-github-username]/airity/fork )
- 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 a new Pull Request