-
### Describe the bug
This might just be "as designed", but there's a much more significant loss of precision in duration than I would expect when specifying a decimal value for a `duration`-literal…
-
I have just an hello world project with few lines of code:
```rust
use reedline::{DefaultPrompt, DefaultPromptSegment, Reedline, Signal};
fn main() {
let mut line_editor = Reedline::create();…
-
### Describe the bug
Run `top | command-that-does-not-exist` hangs nushell
### How to reproduce
1. Run nushell
2. Run the command `top | cols`. Note that cols does not exist
3. Nu REPL receives e…
-
### Describe the bug
none of the internal commands work. I have tried uninstalling and re-installing nushell.
### How to reproduce
1. run a command like ls
### Expected behavior
list directori…
-
hello there @Baptiste-Pollien :wave: :yum:
i do not know if you are still maintaining this project :open_mouth:
i'm from ISAE-Supaero as well and @c.garion introduced me to this version of Pac-…
-
**Update 2023-09-13:** The `to md` command has been part of Nushell for a while. Issue reopened for the request around `from md`
**Is your feature request related to a problem? Please describe.**
…
-
### Related problem
I would like to be able to define command that would use words/strings between positional arguments. One such command definition could look like
```Nu
def send [file] to [addr…
-
-
### Describe the bug
open test.csv|describe
will prints `list`
### How to reproduce
Open a csv file with titles
### Expected behavior
prints `table` with titles
### Screenshots
…
-
### Related problem
Shell plugins like atuin can be a pain to manually update and stuff like alias syncing doesnt work (https://github.com/atuinsh/atuin/issues/1862). Right now you can't update alias…