Todo.txt plugin

April 8, 2023 ยท View on GitHub

Some aliases for todo.txt CLI tool, todo.sh

To use it, first clone this repo in todo.txt in your $ZSH_CUSTOM/plugins folder (default to ~/.oh-my-zsh/custom :

git clone https://github.com/Neluji/omz-todotxt ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/todo.txt

Then add todo.txt to the plugins array in your zshrc file:

plugins=(... todo.txt)

Aliases

AliasCommandDescription
todotodo.shShort for the tool
todoatodo add <item-text>Adds a new item
tododtodo do <item>Marks an item as done
todorcustomRemoves one or more item(s)
todoltodo listpriLists all items, sorted by priority
todolptodo listprojLists projects
todoptodo pri <item> <priority>Prioritizes an item
todostxcustomPrints a reminder on todo.txt's syntax