Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 721 Bytes

File metadata and controls

26 lines (14 loc) · 721 Bytes

tb-zsh-completion

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.

Screenshot

Requirement

It use jq to parse the storage.json so you need install jq first.

Of course, you need to install zsh too.

Installation

you just need to put _tb.sh to one of your $fpath, restart the zsh and it will work.

Test

Working under:

  • macOS Sierra
  • Ubuntu 16.04