dotfiles/.bash_it/plugins/available/todo.plugin.bash

13 lines
293 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
#!/bin/bash
cite about-plugin
about-plugin 'Todo.txt integration'
# you may override any of the exported variables below in your .bash_profile
if [ -z "$TODOTXT_DEFAULT_ACTION" ]; then
# typing 't' by itself will list current todos
export TODOTXT_DEFAULT_ACTION=ls
fi
alias t='todo.sh'