Zsh Module
This is a high level crate that allows you to define your own zsh module. It is in a very early state but it can be used to define commands.
In the future, most zsh module functionality will be added. Feel free to send a PR if you would like to add more functionality :)
Getting started
Take a look at our online documentation for a quick guide.
Example module
Here's a simple greeter module:
use ;
impl_hooks!;
;
For more information, take at look at the example module