From 724d5b8d709e745779ef24be2e423249fdefca8f Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Fri, 10 Oct 2014 18:12:14 +0200 Subject: [PATCH] Doc updated --- doc/todo.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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*