taskwarrior-tui icon indicating copy to clipboard operation
taskwarrior-tui copied to clipboard

Add a view or option to show `done` tasks

Open XVilka opened this issue 3 years ago • 3 comments

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

  1. One possible solution is to create a new view with Done tasks
  2. Another possible solution would be to create some kind of filter
  3. 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

XVilka avatar Aug 24 '22 08:08 XVilka

have you tried changing the status filter using / to completed?

FarsanRashid avatar Mar 27 '23 03:03 FarsanRashid

have you tried changing the status filter using / to completed?

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.

qadzek avatar Dec 01 '23 16:12 qadzek