/todo.actions.d

Add-ons of todo.txt-cli

Primary LanguagePython

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 builtin pri with priority PRIORITY.
  • repeat - based on repeat and written by me
  • futureTasks - TODOTXT_FINAL_FILTER written by me
  • sortCommand - TODOTXT_SORT_COMMAND written by me