0
0
Fork 0

add a README.md for github & update header

master
neingeist 10 years ago
parent 0046fa3020
commit ed49315091

@ -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 #!/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.