VladimirMarkelov / ttdl

TTDL - Terminal Todo List Manager
MIT License
209 stars 17 forks source link

Implement "listprojects" and "listcontexts" command #30

Closed thomasjfox closed 4 years ago

thomasjfox commented 4 years ago

Useful to get an overview of all projects / contexts in use. Supports the same filters as the "list" command.

Note: If a task has multiple contexts like "@person @phone" and you filter for @phon*, you will also get @person in the output as the filter selects on the task level only.

Feel free to tweak the code to your liking.

VladimirMarkelov commented 4 years ago

Thank you! Looks good to me. Only one comment: could you update README.txt section ### Supported commands and add new commands to the list?

thomasjfox commented 4 years ago

README.md and changelog have been updated. Feel free to directly tweak something if you spot an error.