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.