Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 745 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 745 Bytes

todo.txt-hide

A todo.txt plugin to hide task containing specific keywords

Installation

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

Usage

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).