Skip to content

klausweiss/todo.txt-hiding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

todo.txt-hiding

A todo.txt plugin for hiding tasks with specified project/context (a set of keywords).

Installation

  1. cd into the addons directory

  2. clone this repository into the hiding directory:

     git clone https://github.com/klausweiss/todo.txt-hiding.git hiding
    

Usage

  • To display list of the tasks not in context @someday:

      todo.sh hiding @someday
    
  • To display list of the tasks not related with project +todo.txt not in the @in context:

      todo.sh hiding +todo.txt @in
    
  • To display list of the tasks not containing keywords JAVA and windows

      todo.sh hiding JAVA windows
    

Typical usage

Use it to hide @someday tasks when using todo.txt for GTD method.

Compatibility

Tested with todo.txt @DEV_VERSION@

Credits

Mikołaj Biel, 2017

About

A todo.txt plugin to display a list of tasks hiding ones from specific context/project (containg specified keywords)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages