Skip to content

zsh completion pugin for topydo

Notifications You must be signed in to change notification settings

Ajnasz/topydo.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Topydo ZSH completion

ZSH completion rules for topydo todo list application.

Installation

Install for plain zsh

Clone the source (or just copy the _topydo file):

git clone https://github.com/Ajnasz/topydo.zsh $HOME/src/topydo

Edit your .zshrc and add the path to fpath:

fpath+=$HOME/src/topydo

Install to oh-my-zsh

Put/clone the plugin into your $ZSH_CUSTOM/plugins folder ($HOME/.oh-my-zsh/custom/plugins by default). Add the topdo plugin to the plugins list in your zshrc.

plugins=(topydo)