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: 3 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T03:31:25.000Z (over 10 years ago)
- Last Synced: 2025-04-01T13:49:12.527Z (3 months ago)
- Language: Ruby
- Size: 152 KB
- Stars: 1
- Watchers: 2
- 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.