Skip to main content

Posts

Showing posts with the label fork

Todo Indicator Fork Adds Context Filtering Quick Update

Todo Indicator Fork Adds Context Filtering Quick Update Todo Indicator is an AppIndicator to for todo.txt-style todo lists. The indicator displays the list of tasks from a todo.txt file and lets you mark tasks as done directly from the indicator. The original Todo Indicator was last updated back in May, 2014, so WebUpd8 reader William decided to fork it and add a new feature: filtering based on a specific context or project. Furthermore, indicator was updated to work with either Python 2 or Python 3. To filter todo items, run Todo Indicator as follows: todo-indicator -f @filter ~/todo.txt Were "@filter" is the context or project. For example, running Todo Indicator with "-f @work" will only display todo items that contain the "@work" context. For more about the Todo.txt format, see THIS page. For those not familiar with todo.txt, this is a minimalist todo list format for which the data is stored in a simple text file. Because it uses a simple text file, ...