-
#### Current Behavior
upon installation and adding the "source line at the end of nushell config"
when I start my shell, I get this message:
```
The system cannot find the path specified
The syst…
-
EDIT: I misread, this is not intended but a bug.
Original post:
If I've understood correctly, since 0.60.0 (from playing with 0.60 and reading code on current master) it is not possible to have ca…
-
### Describe the bug
![image](https://user-images.githubusercontent.com/4793438/166971412-6437ac77-cad7-42e6-b2f9-4f615642c412.png)
### How to reproduce
cd to a directory with symlinked directori…
-
### Describe the bug
The default git completion parser fails to recognize `git checkout ` as a valid `git` command. It does permit using the explicit `--` disambiguation.
### How to reproduce
…
-
To provide a seamless experience with the completions and parsing we have to do some checks to see what external commands exist (that may also start with numbers e.g. `7z`)
The current implementat…
-
### Related problem
![unknown](https://user-images.githubusercontent.com/22256154/164643598-cb2c28e5-0aea-4011-8110-bbdb5574da27.png)
When enter `cd te` and hit `tab`, I see `./test` and `./test…
-
**Describe the bug**
`cd` autocompletion is case-sensitive on Windows, even though filenames are case-insensitive on Windows. This is also contrary to how all common Windows shells (Command Prompt an…
-
With the new engine-q driven nushell, keybindings to nushell commands for convenience and not destined for the entry in reedline are currently convoluted hacks of several events.
This will affect the…
-
Hi all,
I've got an alias for git like this:
alias g = git
And when I use it for pushing changes in any git repo, like this:
g push
I always get this error (nu panics):
```
thread '…
-
### Describe the bug
I'm still working on finding a reliable repro for this, but I'm seeing completions sometimes crashing with the latest main.
Here's one example:
```
> cd ../thirdparty/thread…