-
### Describe the bug
When I use the completion definitions found in `nu_scripts/custom-completions/npm/npm-completions.nu`, that prevents me from running perfectly valid commands.
E.g. if I run `n…
-
#### Current Behavior
When putting this lines in `$nu.env-path`:
```
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
```
And subsequently `source ~/.cache/starship/init…
-
hello there :wave: :yum:
i've been trying `nu-ls.nvim` on and off for a few days now and it looks a bit slow to me...
*neovim* hangs a tiny little on each character change :thinking:
did you …
-
### Describe the bug
Nushell panics while trying to auto-complete a command.
### How to reproduce
1. Create an alias `alias l = ls -l`
2. Type `l |` and press tab.
```
thread 'main' panicked a…
-
### Describe the bug
External completer continues to work despite setting `completions.external.enable` to false in config.nu.
### How to reproduce
1. setup carapace as external completer
2.…
-
### Question
Do any know of tab-completion for `gcloud` in `nushell`?
I'm trying to get `gcloud` tab-completion support set up for nushell. Right now, tab-completion support is provided for bash…
-
### Describe the bug
Completing subcommand completions does not work
### How to reproduce
1. `help` lists subcommands (correct)
2. `help ` lists file names (wrong)
3. `help mo` does not list anyt…
-
### Describe the bug
if I declare an alias in the config.nu file and try to use it in the terminal autocomplete
like `alias = foo_bar baz `
If i try to autocomplete the command and press tab tw…
-
#### Current Behavior
I have a json with content :
```
{
"demo_arr": [
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, 30, 31…
-
EDIT / TL;DR: we've identified two points here
- [x] `help alias` should list aliases as before
- #8372
- [x] `help externals` should list externals
- #8403
### Describe the bug
i have…