Project

gmail-tool

0.0
No commit activity in last 3 years
No release in over 3 years
A simple way to open a Gmail compose browser window
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2

Runtime

~> 1.3
 Project Readme

Build Status

gmail-tool

Installation

$ gem install gmail-tool

Rbenv?

If you use rbenv, you should rehash:

$ rbenv rehash

Usage

Usage: gmail-tool [OPTIONS] COMMAND [ARGS]

Available commands:
  compose  Open a pre-filled compose message
  help     Displays help for a command

Options:
  -h, --help  Displays this help message
$ gmail-tool compose --to="email@example.com" --subject="subject" --body="some text"

This will call open on your system with a url to compose an email on Gmail.