From 2fbcc80b18efb2535dc220f0072ab813b5aa0dee Mon Sep 17 00:00:00 2001 From: Sever Oraz Date: Thu, 30 Aug 2018 23:42:01 +0200 Subject: [PATCH] Added my tedit addon, to edit single tasks in the text editor of preference. --- Todo.sh-Add-on-Directory.textile | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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