0
0
Fork 0

add a README.md for github & update header

This commit is contained in:
neingeist 2014-09-02 21:46:52 +02:00
parent 0046fa3020
commit ed49315091
2 changed files with 8 additions and 2 deletions

6
README.md Normal file
View 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

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# For taskwarrior users: # Delete all overdue, recurring & duplicate taskwarrior tasks and keep only the
# Delete all overdue & duplicate tasks and keep only the first of a kind. # first of a kind.
# #
# Needs the taskw Python bindings to run. # Needs the taskw Python bindings to run.