This project is work-in-progress. At this point, only completion functions for Zsh are available. Supported commands are:
tlmgr
texdoc
- Clone the repository:
git clone git://github.com/wtsnjp/texlive-completions.git
- Include the directory in your
$fpath
, for example by adding in~/.zshrc
:
fpath=(path/to/texlive-completions/zsh $fpath)
This package is distributed under the MIT license.
Takuto ASAKURA (wtsnjp)