2019-11-20 11:33:21 -05:00
|
|
|
# zsh-todotxt
|
|
|
|
My zsh configurations wrapping todo.txt how I like
|
2019-11-20 12:35:13 -05:00
|
|
|
|
|
|
|
This defines a number of functions/aliases
|
|
|
|
|
|
|
|
`todo` - adds a new task, converting standalone priority letters to uppercase and wrapping them in parentheses
|
|
|
|
|
|
|
|
`I` - adds a completed task
|
|
|
|
|
|
|
|
`didlog` - runs the _lately_ plugin, reporting what's been going on
|
|
|
|
|
|
|
|
`did <#>` - Marks the item identified by `#` as completed
|