-
### Describe the bug
When I use tab completion to get a list of directories, it provides them in a different order than it would files with the same names.
For example, if there are files `foo`,…
-
### Describe the bug
Pressing TAB to auto-complete a command or parameter takes around 12 seconds to return. When it finishes the result is as expected, it simply takes much longer than expected to c…
-
### Question
How to disable the autocompletion on specific commands? When I type specific comamand then space then I tab, these are the commands that autocompleted
`z` then tab - > `lazy make`
…
-
### Describe the bug
I'm trying to setup a folder with a bunch of completion scripts, just like [the documentation](http://www.nushell.sh/book/modules.html#dumping-files-into-directory) advertises yo…
-
Currently we use `rustyline` crate for the REPL. However there are shortcomings in that crate, mainly it gives us no control over "external prints".
If you have code like:
```js
setInterval(() =…
-
# Problem:
If I use [`cargo-completions`](https://github.com/nushell/nu_scripts/blob/main/custom-completions/cargo/cargo-completions.nu) it freezes the terminal when I have one than more possibili…
-
#### Current Behavior
From at least the `0.83.1` version of Nu, `let-env` has been deprecated, and favours using the `$env. = ...` syntax instead.
Whenever I launch Nushell, it makes a massive war…
-
### Describe the bug
In the current release (0.83.0), trying to auto-complete subcommands for external commands (e.g. git, dnf, apt) doesn't work. Instead of listing subcommands, it only lists the co…
-
Oil escapes special characters in the completion view which makes descriptions a bit harder to read.
Btw. is there no pager for completions?
```sh
osh$ gh issue view
1023\ \(Allow\ editing\ the…
-
### Related problem
Custom completion commands supposedly take optional arguments that can be used to drive their internal logic, they can also output description and extras next to actual values to …