goot
A command-line interface to Google Tasks das ist goot.
Installation
gem install goot
Usage
# Prints a summary of tasklists and their indexes
goot summary
goot s
# Lists tasks in a given list (0 by default)
goot list
goot l -l 1
# Toggle a task by index
goot toggle 3
goot t 3 -l 1
# Clear completed tasks
goot clear
goot c -l 1