init
This commit is contained in:
commit
daa0c24415
23 changed files with 5336 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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:
|
||||
|
||||
- [building and installing](doc/building.md) — compilation, arch/debian/fedora, opam, nix
|
||||
- [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
|
||||
Loading…
Add table
Add a link
Reference in a new issue