zsh completion script for taskbook
This is a zsh completion script for the project taskbook, and it can make taskbook‘s operation more fast and convenient.
It use jq to parse the storage.json
so you need install jq first.
Of course, you need to install zsh
too.
you just need to put _tb.sh
to one of your $fpath
, restart the zsh and it will work.
Working under:
- macOS Sierra
- Ubuntu 16.04