Home

Awesome

zinit-annex-man

A Zsh-Zinit extension (i.e. an annex) that automatically generates:

Man extension is being activated at clone of a plugin and also at update of it and it then generates the manpages. To view them there's a zman command:

# View README.md manpage in the terminal
zman zinit-annex-man
# View the code documentation (via the full plugin name, as demonstrated)
zman -c zdharma-continuum/zinit-annex-man

Screenshots

Main manual (of the project):

README

Code documentation for the plugin.zsh file (of the project):

Code documentation

Installation

Dependencies

Simply load as a plugin. This will install the extension within Zinit:

zinit light zdharma-continuum/zinit-annex-man
<!-- vim:set ft=markdown tw=80: -->