-
### Describe the bug
Sorry for the vague title. This issue is several issues all related to the autocompletion of file names for commands:
1. The way case insensitive matching is [currently implem…
-
For example, I type:
`git push` it autocompletes `origin`; forming: `git push origin`.
Done! Pushed to `origin`.
But then I input `⬆` and it is `git push origin`. Then I remove `origin`, but …
-
### Related problem
In this small example, I'm declaring a sub-command of blitz.
The name argument works as expected and is optional. The template flag, however, returns a flag of `--template?` th…
-
### Describe the bug
When I tab complete `editor dir/` folders show up in blue on toxic green background. And in the selected folder the text is green too, so it is invisible.
### How to reproduce
…
-
### Describe the bug
Alias completion under specific circumstances causes a panic.
### How to reproduce
1. Have a config with this completer:
```Nushell
$env.config.completion…
-
### Related problem
A common pattern in CLI utilities with subcommands is a set of flags, which are shared between all commands (`--verbose`, `--force`, and so on).
In Nushell, currently, subcomma…
-
### Describe the bug
When trying to alias a command that has gotten completions with the "extern" command it gives an error when missing parameter requirements.
### How to reproduce
1. Make a test …
-
### Describe the bug
with the @nushell/core-team, we had this idea of highlighting the external commands with a clearly distinct theme to avoid confusion between internals and externals.
this work…
-
Unfortunately that (`starship bug-report`) does not work in this case.
## Bug Report
Started seeing this yesterday.
Tried uninstalling & reinstalling and it started working again after uninst…
-
### Describe the bug
See also: https://github.com/atuinsh/atuin/issues/1025
I'm using `atuin` to manage my command history. Their init script binds up-arrow to show the command history. Unfortunat…