manix 0.2.1

Nix documentation searcher
Documentation
# Manix

A fast CLI documentation searcher for Nix.

## Usage

```sh
manix optionals
```

### rnix-lsp

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.

![manix](/manix.png)

## Installation

### Nix

```sh
nix-env -i -f https://github.com/mlvzk/manix/archive/master.tar.gz
```

## Kudos

The inspiration for this project came from [nix-doc](https://github.com/lf-/nix-doc)