A command line tool for Gmail.
Add this line to your application's Gemfile:
gem 'tgm'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tgm
** Uninstall the gmail gem and install it from the repository directly. (manually) ** Repository: https://github.com/rishabhjain2795/gmail (Forked from nu7hatch/gmail)
Current Commands:
tgm help [COMMAND]
Use this command to get more information about another tgm command.
tgm launch
Use this command to launch gmail.com in your browser.
tgm login
Use this commmand to login into your gmail account.
tgm labels
Use this command to manage your labels.
tgm mail
Use this command to send a mail to someone.
tgm from
Use this command to fiddle with mails from someone.
tgm read
Mark all the emails as read.
tgm delete [FROM]
Delete all emails from a particular user.
- Fork it ( https://github.com/[my-github-username]/tgm/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