add a README.md for github & update header
This commit is contained in:
parent
0046fa3020
commit
ed49315091
2 changed files with 8 additions and 2 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -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
|
|
@ -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.
|
||||
|
||||
|
|
Reference in a new issue