Commit Briefs

42f62f6d1c Dominik Lang

Fix hyperlink. (main, origin/main)


6be8563156 Dominik Lang

Switch back to headers.


e531056e68 Dominik Lang

Fix typo.



1b3bcf69cc Dominik Lang

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.


c0ca5c35e6 Dominik Lang

Add OpenBSD unwindctl completions.

Note: this current version does not support completions for the sub-commands when the -s flag is given.


4ff1b3fbfa Dominik Lang

Add OpenBSD dhcpleasctl completions.


481afb156a Dominik Lang

Add OpenBSD vmctl completions.


a7103c528d GitHub

Initial commit


Branches

Tags

This repository contains no tags

Tree

README.mdcommits | blame
dhcpleasectl.nucommits | blame
hx.nucommits | blame
unwindctl.nucommits | blame
vmctl.nucommits | 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.