From 053fc24a8fb8da12e95939c1adccfd052258283a Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Tue, 29 Dec 2015 11:41:00 +0200 Subject: [PATCH] new add-on: chcon --- Todo.sh-Add-on-Directory.textile | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 74832b7..c5cec32 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -48,6 +48,7 @@ h3. Table of Contents ** "outline- Plan with an outline, sync your next actions":#outline--plan-with-an-outline-sync-your-next-actions ** "note - Take notes related to tasks":#note--take-notes-related-to-tasks ** "donow - Activity time tracker":#donow--activity-time-tracker +** "chcon - Change context":#chcon--change-context h1(#installation). Installation @@ -795,4 +796,26 @@ TODO: Replaced task with: Author: Carlo Lobrano -"Project page":https://github.com/clobrano/todo.txt-cli/tree/master/todo.actions.d \ No newline at end of file +"Project page":https://github.com/clobrano/todo.txt-cli/tree/master/todo.actions.d + + +h2(#chcon--change-context). chcon - Change context + +Chcon allows fast replacement or deletion of the context tag (and whatever follows that in the task description). + +Example: + +

+$ todo.sh chcon 56 @office
+56 upgrade servers @waiting
+TODO: Replaced task with:
+56 upgrade servers @office
+$ todo.sh chcon 56
+56 upgrade servers @office
+TODO: Replaced task with:
+56 upgrade servers
+
+ +Author: Kaarle Ritvanen + +"Project page":https://github.com/kunkku/todo.txt-cli-chcon \ No newline at end of file