
topydo
List of commands for topydo:
-
topydo:ai:623ed Use this command to export your topydo tasks into an iCalendar file format.$ topydo export icaltry on your machineexplain this command
-
topydo:tldr:4bf5c topydo: Add a strict repeating to-do (next due = current due + rec).$ topydo add "${todo_message} due:${2020-01-01} rec:${+1m}"try on your machineexplain this command
-
topydo:tldr:4f9fa topydo: Add a to-do with a due date of tomorrow with a priority of `A`.$ topydo add "(A) ${todo _message} due:${1d}"try on your machineexplain this command
-
topydo:tldr:526d0 topydo: Revert the last `topydo` command executed.$ topydo reverttry on your machineexplain this command
-
topydo:tldr:8fbc8 topydo: Add a to-do to a specific project with a given context.$ topydo add "${todo_message} +${project_name} @${context_name}"try on your machineexplain this command
-
topydo:tldr:bf581 topydo: Add a non-strict repeating to-do (next due = now + rec).$ topydo add "water flowers due:${mon} rec:${1w}"try on your machineexplain this command
-
topydo:tldr:d2ef7 topydo: Add a to-do with a due date of Friday.$ topydo add "${todo_message} due:${fri}"try on your machineexplain this command