]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/paver/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / paver / README.md
1 # Paver
2
3 This plugin adds completion for the `paver` command-line tool of [Paver](https://pythonhosted.org/Paver/).
4
5 To use it, add `paver` to the plugins array of your zshrc file:
6 ```zsh
7 plugins=(... paver)
8 ```
9
10 The completion function creates a cache of paver tasks with the name `.paver_tasks`,
11 in the current working directory. It regenerates that cache when the `pavement.py`
12 changes.