-
**Describe the bug**
Following [nushell configuration](https://mise.jdx.dev/getting-started.html#nushell) breaks path completion
A clear and concise description of what the bug is.
**To Reproduce…
deas updated
2 months ago
-
### Related problem
Internal commands allow passthrough of flags (see https://github.com/nushell/nushell/issues/12590). It would look like this:
```
def "gst" [
--verbose(-v) …
-
### Describe the bug
For the results returned by custom completion functions, it will be sorted again. However, in some scenarios, maintaining the order is more convenient.
### How to reproduce
…
fj0r updated
2 months ago
-
### Current Behavior
Any command beginning `carapace _carapace ` hangs - xonsh is taking up 180% CPU
### Expected Behavior
I assume just runs to an end
### Steps To Reproduce
Just run `carapace _…
-
I've noticed that auto-completion for recipes inside of modules only works in Bash. I'm using Just `1.35.0`.
I've setup two files:
`Justfile`
```
mod bar
```
`bar.just`
```
command:
…
-
### Current Behavior
Attempting to complete `nom-build` which [ships a zsh-completion](https://github.com/maralorn/nix-output-monitor/blob/5cc29ee7cc056bff2aac639e89d3389b77d52f7a/completions/complet…
Atemu updated
3 months ago
-
The following table holds the overview of the Nushell docs’ writing and translation status. Welcome to participate in the translation of the docs. And please update the `i18n-meta.json` file after you…
-
### Describe the bug
I am learning Nu and I want to recall how to use `sort`. When I type `sort --u` to see if there is a flag for uniqueness, I'm offered a completion which is incorrect.
### Ho…
-
### Describe the bug
I have an alias to `cal`. When I try to tab-complete outside of half-complete flags, it crashes.
### How to reproduce
1. Have an alias `alias calendar = cal --week-start monda…
-
### Related problem
I mentioned this in here https://github.com/nushell/nushell/issues/11828 before, I temporarily solved with Carapace, but still, Nushell could do better in a more general way ins…