A todo.txt plugin to hide task containing specific keywords
cd
into your plugins folder (see Installing Addons), e.g.:
cd ~/.todo.actions.d
Then clone this repository into the folder hide:
git clone https://github.com/bozakov/todo.txt-hide hide
The directory structure should look like this now:
└── ~/.todo.actions.d/
└── hide
├── README.md
└── hide
Hide tasks that contain ANY of the listed terms:
todo.sh hide +foo @bar baz
Terms are case-insensitive (i.e. foo will also match FOO).