-
Both doesn't work for me.
For `parse-fish.nu` the error is following:
```nu
> source parse-fish.nu
Error: nu::shell::variable_not_found
× Variable not found
╭─[/home/mock/Downloads/n…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [x] I have searched the [open](https://github.com/clap-rs/clap/issues…
-
There are [bash-completion](https://github.com/scop/bash-completion) and [zsh-completions](https://github.com/zsh-users/zsh-completions) already. I think it is convenient to regard the present custom-…
-
Trying to load curl.nu fails at
https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/curl.nu#L454 with
```
Error: nu:…
-
### Describe the bug
When I hit tab, I always get the second completion result, though `shift+tab` works correctly. The problem is with paths completions and with commands completions.
With the his…
-
I am using winget completions. It is working perfectly fine on one of my laptop but is showing the following error when doing a winget list on another laptop.
![image](https://github.com/user-attac…
-
Some auto generated custom-completion files have syntax errors.
As an example the `git.nu` has syntax errors in following locations:
https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727…
-
Besides directory and file completion that works (although needs some improvements), the other completion that I use is git completion.
I think we can simply implement it in Rust for now in some cl…
-
### Describe the bug
I'd like to source additional nushell files (i.e. local configs) when they exist. However, the following doesn't work
```
def source-if-exists [path: string] {
if ($path…