This commit is contained in:
atagen 2026-03-18 15:40:47 +11:00
commit d16ece28e2
22 changed files with 4798 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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