diff --git a/doc/todo.txt b/doc/todo.txt index 614531d..35a8433 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -3,23 +3,27 @@ ============================================================================== COMMANDS *todo-commands* -`-s` : Sort the file by priority +`-s` : Sort the file by priority -`-sp` : Sort the file by project then by priority +`-sc` : Sort the file by context then by priority -`-sc` : Sort the file by context then by priority +`-scp` : Sort the file by context, project then by priority -`-d` : Insert the current date +`-sp` : Sort the file by project then by priority + +`-spc` : Sort the file by project, context then by priority + +`-d` : Insert the current date `date` : (Insert mode) Insert the current date -`-x` : Mark task as done (inserts current date as completion date) +`-x` : Mark task as done (inserts current date as completion date) -`-X` : Mark all tasks as completed +`-X` : Mark all tasks as completed -`-D` : Remove completed tasks +`-D` : Remove completed tasks - is \ by default, so -s means you type \s + is \ by default, so -s means you type \s =============================================================================== CONFIGURATION *todo-configuration*