VladimirMarkelov / ttdl

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

Hide hidden tasks (h:1) #49

Closed SevereOverfl0w closed 2 years ago

SevereOverfl0w commented 2 years ago

Extension is documented in SimpleTask: https://github.com/mpcjanssen/simpletask-android/blob/46f40acec52e4270349bca273fe0459a88fb0eaf/app/src/main/assets/extensions.en.md. I use this to keep a list of projects/contexts without tasks, but that may have them later. This make it easier to use completion with todo.txt.

Right now, these tasks show up by default.

VladimirMarkelov commented 2 years ago

These tasks will not be shown by default. You can temporarily display them from the Settings

It seems there must be a way to show them. First, I thought about extending the existing flag --all, so it displays hidden as well. But after a little thinking, I am not sure. Maybe separate option like --hidden is better.

VladimirMarkelov commented 2 years ago

Commit https://github.com/VladimirMarkelov/ttdl/commit/23f0681bddd56c10b8e79ddf789a7ab15b2daa6d is the last one for the feature: it includes documentation changes.

In brief:

I have not created a new release and built a new binaries as I want to complete the rest of issues and then release it.

SevereOverfl0w commented 2 years ago

Nice, that will work well for me!