-
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…
-
![image](https://user-images.githubusercontent.com/42812113/235446453-723da2c2-a071-4d0e-a284-6e67e09440de.png)
No `$it` suggested
-
### Related problem
in nixos we use the `$fpath` to tell zsh from which directories to load completions and functions
for general usage this will be important for when programs start to include …
-
## Background
All mainstream shells allow users to control the order of completions.
* Shells that have the option to control order
- bash: `complete -F _mycmd_completer -o nosort mycmd` / …
-
### Describe the bug
Tilde expansion simply not happens when calling an external command. This is a change from nushell 0.95.
I have the alias `export alias ez = eza -halF --color=auto --icons=alw…
-
in the `nushell/nu_scripts` repo, we have the following files that could be interesting at some point
```
╭───┬───────────────────────────────────────────────────────────╮
│ 0 │ aliases/git/nu_alia…
-
**Related command**
All commands
**Describe the solution you'd like**
To have the same auto complete feature for nushell than there is already for other shell (bash, powershell)
**Describe alt…
-
### Related problem
The `completions.algorithm` option currently supports 2 values: `fuzzy` and `prefix`.
What about supporting a 3rd mode for {what the title says} ?
### Describe the solution yo…
k0ral updated
7 months ago
-
### Describe the bug
https://github.com/nushell/nushell/blob/c2992d5d8b8541b64e9fc1440ed2917fc9b757f7/crates/nu-cli/src/completions/completion_common.rs#L157-L158
This doesn't take into account `{…
-
**Is your feature request related to a problem? Please describe.**
Discoverability of a new tool is key determinant on how much time I will invest in learning it. If it's easily discoverable, I will …