11 lines
No EOL
287 B
Text
11 lines
No EOL
287 B
Text
tag: user.todo_list
|
|
-
|
|
done this: user.mark_complete()
|
|
cancel this: user.mark_cancelled()
|
|
|
|
show inbox: user.show_inbox()
|
|
show today: user.show_today()
|
|
show upcoming: user.show_upcoming()
|
|
show anytime: user.show_anytime()
|
|
show someday: user.show_someday()
|
|
show logbook: user.show_logbook() |