Darren Schroeder

Results 2076 comments of Darren Schroeder

Did you try the suggestions I gave in the /r/nushell?

Maybe a gif that demonstrates what you're seeing would help. (ok, i see the pictures now) I'm not sure what you mean under your completeness point. `ansi esc` is not...

starting position ![image](https://github.com/nushell/nushell/assets/343840/fc486504-865a-462f-a8ad-17b5b1aaa439) after running the `clear` command ![image](https://github.com/nushell/nushell/assets/343840/fd9f27fe-f88c-476d-85d0-8725b31629fd) after running the `ansi cls` command ![image](https://github.com/nushell/nushell/assets/343840/083ad218-aac1-4f83-8e70-3e52729cad16) after running the `ansi clsb` command ![image](https://github.com/nushell/nushell/assets/343840/24f3da9e-538a-4ea7-803d-5cd9fc91ce57) after running the `$"(ansi esc)c"` command ![image](https://github.com/nushell/nushell/assets/343840/08dc31b2-5693-424a-a029-e4151480b94f)...

> My expectation is that the clear command should work like the clsterm or cls2 or $"(ansi esc)c". As in, it should both clear the screen, and remove everything that...

You can write your own `clearall` custom command. I'm not sure why we need to add something else?

I would not support adding a new command but I could see adding a parameter like `clear --all` to clear the screen and the back buffer. Crossterm has that functionality...

Agreed, it shouldn't crash but I also didn't think it supported time, hence the name `seq date`. Below, `next` is a `NaiveDate` and not a datetime. https://github.com/nushell/nushell/blob/d1c807230b4f35a9d963ce6fee5b72641690fe06/crates/nu-command/src/generators/seq_date.rs#L317-L326

That's what I was seeing too since it's a NaiveDate vs a NaiveDateTime.

Looking at this again, it seems like this could be prevented if we just check the `--output-format` and don't allow %H %M %S things. I'm also good with trying the...

This seems to work fine though `^-what?`