📋 ✅ Google Todo cli
Command line app to manage your TODO lists. Ideal when working in a TMUX setup and you want a todo list next to your editor and tests 😎
Installation
yarn global add google-todo-cli
todo-list
And follow the instructions.
I use the task setup from the API example of Google, so the app is not 'verified'. Since its a major hassle to arrange that, I will not verify it either.
Usage
todo-list
Help
todo-list help
Keys:
q/Ctrl-c
- quit
Bottom bar:
1
- previous list2
- next list3
- refresh list4
- clear all completed tasksn
- create new tasklist
Navigation:
j/k
/arrows - move selectiong/G
- top/bottom of list
Tasks:
x
- Complete/open task- Enter - edit item
a
- add new item underneath selected items
- add new item as subtask of selected itemD
- Delete taskm
- Move item. use arrows/j/k/l
to move item. Enter to confirm, Esc to cancel