11 lines
429 B
Markdown
11 lines
429 B
Markdown
# inshellah
|
|
|
|
nushell completions engine. indexes completions from manpages, native
|
|
generators, and `--help` output, then serves them to nushell's external
|
|
completer.
|
|
|
|
see `doc/` for details:
|
|
|
|
- [nushell integration](doc/nushell-integration.md) — setup, usage, examples
|
|
- [nixos module](doc/nixos.md) — automatic build-time indexing
|
|
- [runtime completions](doc/runtime-completions.md) — on-the-fly caching via the completer
|