- Description:
- Command completions for nushell, mainly (but not just) OpenBSD specific.
- Last Change:
Commit Briefs
Fix hyperlink. (main, origin/main)
Add completions for the helix-editor (hx).
Note: nushell doesn't support the "+N" optin to open the first given file at line number N.
Add OpenBSD unwindctl completions.
Note: this current version does not support completions for the sub-commands when the -s flag is given.
Branches
Tree
| README.md | commits | blame |
| dhcpleasectl.nu | commits | blame |
| hx.nu | commits | blame |
| unwindctl.nu | commits | blame |
| vmctl.nu | commits | blame |
README.md
# nushell-completions This is a collection of some command line completions for the [nushell](https://github.com/nushell/nushell). You can add these to nushell by adding them to your config.nu, e.g. ```nushell use <PATH>/vmctl.nu ``` ## Notes on some of the completions ### unwindctl The current version does not support completions for the subcommands when the "-s" flag is given. ### hx nushell does not support "+N" option to open the first given file.
