This is my repository of add-ons for todo.txt.
To install add a line to your todo.cfg that points to the actions directory.
export TODO_ACTIONS_DIR="/Users/me/todo.actions.d"
Extensions
- again - Marks a task as done, and then adding it again, adjusting due dates and deferral dates if desired.
- edit - Open
$TODO_DIR/BASENAME.txt
in$EDITOR
. - pri - For each
ITEM#
, calls the builtinpri
with priorityPRIORITY
. - repeat - based on repeat and written by me
- futureTasks -
TODOTXT_FINAL_FILTER
written by me - sortCommand -
TODOTXT_SORT_COMMAND
written by me