From ed49315091dffdea04b6bb9c195ffc34dd329667 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 2 Sep 2014 21:46:52 +0200 Subject: [PATCH] add a README.md for github & update header --- README.md | 6 ++++++ task-recurring-delete | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f267bcb --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Delete all overdue, recurring and duplicate taskwarrior tasks and keep only the +first of a kind. + +Needs the taskw Python bindings to run. + +This is a workaround for this issue: https://bug.tasktools.org/browse/TW-1314 diff --git a/task-recurring-delete b/task-recurring-delete index 444afcc..24a8538 100755 --- a/task-recurring-delete +++ b/task-recurring-delete @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# For taskwarrior users: -# Delete all overdue & duplicate tasks and keep only the first of a kind. +# Delete all overdue, recurring & duplicate taskwarrior tasks and keep only the +# first of a kind. # # Needs the taskw Python bindings to run.