gaborbata / todo

✔ todo list manager on the command-line inspired by todo.txt using the jsonl format
MIT License
6 stars 0 forks source link

Show done tasks with a filter #2

Closed KapilRakh closed 1 month ago

KapilRakh commented 1 month ago

Is it possible show list of done tasks with a search query? For example, if I completed tasks in the project @coding and want to see only these tasks (possibly ordered by done time) to know what was done last week last month etc ?

KapilRakh commented 1 month ago

list :done @coding does the job.