An open API service indexing awesome lists of open source software.

https://github.com/gtramontina/gmailto

Send quick Gmails from your command line.
https://github.com/gtramontina/gmailto

Last synced: 2 months ago
JSON representation

Send quick Gmails from your command line.

Awesome Lists containing this project

README

        

# gmailto

Send quick Gmails from your command line.

## Installation
`npm install gmailto -g`

## Usage
```
gmailto []
gmailto -h | --help | --version
```

## Notes
The first time you run `gmailto`, it'll ask you for your name and your Gmail credentials (do **not** include `@gmail.com`):

```
> Your name: John Doe
> Gmail username: john.doe
> Gmail password:
```
This information gets persisted in a file called `.gmailto.json` under your `HOME` directory. So if you want to reset your data, you can either edit this file or remove it and run `gmailto` again.

## Security

Password is securely stored in *Keychain* tool.

## Roadmap
- Attachments: idea of usage `gmailto [email protected] "Document" --attach ~/some_document.doc`
- List of contacts (alias?): idea of usage `gmailto mom,dad "How are you?"`

## License
This is licensed under the feel-free-to-do-whatever-you-want-to-do license.