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.
- Host: GitHub
- URL: https://github.com/gtramontina/gmailto
- Owner: gtramontina
- Created: 2013-03-16T08:22:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T12:51:28.000Z (over 10 years ago)
- Last Synced: 2025-04-12T06:52:37.952Z (2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.