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