-
**Is your feature request related to a problem? Please describe.**
The installation process fails if run from a nu shell.
Nix environment initialization is not defined for nu as login shell.
**De…
-
- [ ] click on filenames to cd or open them if they are a directory or file (respectively)
- [ ] ctrl+click or shift+click to select more than one cell to use as parameters to the next command
- [x]…
-
The current completion system is quite poor: it is impossible to generate completion for command arguments without manually writting an `extern` completion for any new command. Carapace-bin and the us…
-
This issue is part of the larger vision discussion managed in #63 to brainstorm and prioritize ideas around features that would make `reedline` as a line editor for you both viable as well as pleasant…
-
### Describe the bug
When using Tab or similar to autocomplete file names, it only quotes paths with special chars/spaces if the command is expecting a path-like object. If the command arg is a Str…
-
### Related problem
Currently completions are not aware of already entered parameter values. For example `cargo-run` completion could only complete `--bin` or `--example` parameters without knowing w…
-
Our current test coverage is still lacking in several areas and we certainly encountered breakage around edge cases that were not properly covered with tests even though the happy path had tests.
T…
-
### Describe the bug
When defining this alias: `alias dots = /usr/bin/git --git-dir ($env.HOME + /.dotfiles) --work-tree $env.HOME`, nushell crashes when attempting to tab-complete within the alias…
bivsk updated
11 months ago
-
Now the repo size seems huge to me:
```
> du | sort-by physical -r | first 4 | select path physical
╭─#─┬───────────────────────path────────────────────────┬─physical─╮
│ 0 │ /Users/user/git/nu_…
-
### Describe the bug
Submodule command completion prompt out of order
### How to reproduce
The script to reproduce:
```shell
export module mod1 {
export def mod1_a [] {
}
export def …