diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 24bf17c..6e45a7e 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -902,4 +902,26 @@ h2(#book--create-calendar-events). book - Create calendar events out of your tod This action creates a calendar event out of a todo. It requires "khal":https://lostpackets.de/khal/ and - to enable cloud sync - "vdirsyncer":https://vdirsyncer.pimutils.org/en/stable/. -"Project page":https://github.com/tgdnt/book \ No newline at end of file +"Project page":https://github.com/tgdnt/book + +h2(#tedit--edit-single-tasks). tedit - Edit single task lines in the text editor of your choice + +This action lets you edit a single task in the editor of your choice, ($EDITOR environmental variable). + +Example: +
$ todo.sh ls
+1 take dog for a walk
+2 edit this line with tedit
+$ todo tedit 2
+
+At this point $EDITOR is opened with the line:
+edit this line with tedit
+in it for you to edit. You change it to
+this line has been edited through tedit
+and afterwards just save and exit. Doubtful, you decide to check your changes and run
+$ todo ls
+1 take dog for a walk
+2 this line has been edited through tedit
+
+
+"Project page":https://github.com/severoraz/todotxt-cli-tedit
\ No newline at end of file