A fast CLI documentation searcher for Nix.
```sh
manix optionals
```
If you want to use it in your editor, check [ElKowar's rnix-lsp fork](https://github.com/elkowar/rnix-lsp), which uses it to provide documentation on hover and autocompletion.

```sh
nix-env -i -f https://github.com/mlvzk/manix/archive/master.tar.gz
```
The inspiration for this project came from [nix-doc](https://github.com/lf-/nix-doc)