Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinhughes27/gmail_todo
A gem for quickly emailing yourself ToDo's from the command line
https://github.com/kevinhughes27/gmail_todo
Last synced: 26 days ago
JSON representation
A gem for quickly emailing yourself ToDo's from the command line
- Host: GitHub
- URL: https://github.com/kevinhughes27/gmail_todo
- Owner: kevinhughes27
- Created: 2014-02-17T22:12:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T03:31:25.000Z (almost 10 years ago)
- Last Synced: 2024-12-16T12:53:09.659Z (27 days ago)
- Language: Ruby
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gmail ToDo
==========Do you use your Gmail inbox as a todo list? You can use this gem
to quickly fire yourself a todo from the terminal, precious seconds
saved!Installing
-----------gem install gmail_todo
Building from source
--------------------
run:gem build gmail_todo.gemspec
gem install gmail_todo-X.X.X.gemUsage
-----
from the terminal:todo
the string "[ToDo]" will be appended to the subject, I use this to auto filter these emails to my ToDo label and star them.
On first use the app will prompt you for gmail credentials. Your credentials will
be stored as yaml in a hidden file in your home directory. If you have 2 factor auth turned on for your gmail account (which you should) then you'll need an app token. You can get a token by going to `account -> security -> app passwords` of your gmail account.