Project

gmail_todo

0.0
No commit activity in last 3 years
No release in over 3 years
Do you use your inbox as a todo list? Quickly fire yourself a todo from your terminal!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 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.gem

Usage

from the terminal:

todo <subject> <body>

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.