GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.37k stars 297 forks source link

[TW-779] add "purge" command #814

Closed taskwarrior closed 6 years ago

taskwarrior commented 6 years ago

David Patrick on 2009-06-22T12:32:02Z says:

task purge [# | date | dateref]

to move all [or as selected by date specifier] from completed.data to (append to) archive.data file.

this command ties into PROPOSED NEW ID# HANDLING BEHAVIOR; ID#s should remain static, and not be recycled until either "purge" command, or until the ID number is forced to add another digit. That is to say that on rollover from 99 to 100, users should be prompted to purge and thereby recycle available ID#s, which are otherwise static. Same thing as ID#s threaten to roll over from 999 to 1000. As task IDs roll over from 9999 to 10000, balloons and pidgins should be released, and a marching band should play outside your house.

This way task IDs can remain static for a longer time.

taskwarrior commented 6 years ago

Migrated metadata:

Created: 2009-06-22T12:32:02Z
Modified: 2014-02-09T02:06:37Z
taskwarrior commented 6 years ago

David Patrick on 2009-07-06T17:21:52Z says:

duplicate of #42