From 6c6144ee3f35a8b861e1d90500cb2b88c37350d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Biel?= Date: Tue, 7 Mar 2017 23:14:37 +0100 Subject: [PATCH] add `hiding` plugin --- Todo.sh-Add-on-Directory.textile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index e20ac02..038751e 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -7,6 +7,7 @@ h3. Table of Contents * Filters ** "Future Tasks":#future-tasks +** "hiding - Hide specified tasks during listing":#hiding * New/Enhanced Actions ** "Add and do or prioritize in one step":#add-and-do--add-and-pri-in-one-step @@ -78,6 +79,20 @@ The @-x@ "option":http://tech.groups.yahoo.com/group/todotxt/message/2402 can be "Download file":http://github.com/FND/todo.txt-cli/raw/extensions/futureTasks +h2(#hiding). hiding + +Hide tasks in given context/project (containing specified keywords). + +Examples: +
todo.sh hiding @someday        # to list tasks not in the @someday context
+todo.sh hiding +todo.txt @in   # to list tasks not in the @in context and not in the +todo.txt project
+todo.sh hidin JAVA windows     # to list tasks not containing `JAVA` and `windows` keywords
+
+ +"Project page":https://github.com/klausweiss/todo.txt-hiding + +To install just clone the repo to your _plugins_ directory. + h1. New or Enhanced Commands/Actions h2(#add-and-do--add-and-pri-in-one-step). __add__ and __do__ / __add__ and __pri__ in one step