Christian Klauser
Christian Klauser
It writes the actual registration snippet ``` # Performs the completion for jj def jj-completer [ spans: list # The spans that were passed to the external completer closure ]:...
I do have some questions: 1. Is `feat` (minor version bump) OK? 2. This is the first time I have had any contact with shell completion. What would you expect...
re:tests: Thanks! I'll have a look at these. Getting them up and running for nushell should be relatively independent of the concrete implementation. > Note that I'm going to focus...
I have updated the implementation to account for changes in nushell since the beginning of the year (`--optional`) and as a PoC for the auto-updating approach discussed in #5840 ....
Another update: ```nushell # user runs (example: jj) COMPLETE=nushell jj | save --append --raw $nu.env-path ``` ```nushell # env.nu (example: jj) # Refresh completer integration for jj (must be in...