-
### Related problem
```
/home/username〉config nu
Error: nu::shell::external_command (link)
× External command failed
╭─[entry #9:1:1]
1 │ config nu
· ────┬────
· ╰── executab…
-
The `external_completer` in `config.nu` is not yet documentated.
-
### Describe the bug
See below.
### How to reproduce
1. Write something like `open MODArchive.m3u8` on the command line, where `MODArchive.m3u8` can be any file existing in the CWD.
2. Press ` to …
-
### Question
After updating nushell, I started getting this prompt whenever I lunch nu.
> The format of $env.config has recently changed, and several options have been grouped into sub-records. You …
-
### Describe the bug
I'm running the command `git push --force-with-lease` but get the following error (which I don't get in zsh):
```
Error: nu::parser::missing_flag_param (https://docs.rs/nu-pa…
-
### Describe the bug
Running ` git fetch origin pull/92/head:0.6` on bash shell runs the command successfully, fetching a pull request and storing it in the branch called `0.6` in the command. Howeve…
-
### Related problem
Breakoff of discussion [here](https://github.com/nushell/nushell/pull/6983#issuecomment-1307187849). `$env.config` access is currently a brittle way of querying the system confi…
-
# Completions
- [x] command-based completions
- [x] completions from the plugin
- [x] proper completion for `cd` that doesn't use history if it's not appropriate
-
#### Current Behavior
Nushell 0.70 fails to invoke starship/init.nu because [term size flags were removed](https://github.com/nushell/nushell/pull/6651).
#### Additional context/Screenshots
!…
-
**Describe the bug**
panic while typing
**To Reproduce**
Steps to reproduce the behavior:
1. type `alias fg_blue = echo $(ansi -e '34m')`
2. type `fg_blue` and watch the crash as you type the e…