Add a view or option to show `done` tasks
Description
As we mark tasks are done they disappear from the task view. Often, though, it's quite beneficial to reflect on what had been done already, not only what resides in the future. For this, it would be really good to have a way to view all of them
Solution
- One possible solution is to create a new view with
Donetasks - Another possible solution would be to create some kind of filter
- Having a key binding for this would be nice as well
Additional context
- https://unix.stackexchange.com/questions/640334/taskwarrior-question-howto-show-completed-projects
-
task end.after:yesterday completed
have you tried changing the status filter using / to completed?
have you tried changing the
statusfilter using/tocompleted?
That causes an error for me: Cannot run "task" "rc.json.array=on" ....
Using the +COMPLETED virtual tag as a filter does work for me.
If you have created a custom report yesterday (e.g. report.yesterday.filter=end.after:yesterday+3h and end.before:today+3h, you can also start the application this way: taskwarrior-tui --report yesterday.