Darren Schroeder

Results 2074 comments of Darren Schroeder

ya, i've been pushing modalkit for a while now. that's the crate i'd choose. it's just non-trivial.

I'm pretty sure I have an open issue like this in nushell too.

Nushell doesn't filter any escape sequences that I know of. This is entirely handled with crossterm. However, that doesn't mean we don't have a bug with our implementation of crossterm....

would like to see a test or two to protect this functionality from breaking in the future

Interesting. Thanks for the report @DeepSpaceTravel and thanks for the simplification @weirdan. I couldn't figure out what this was about from the title. LOL

I think this will work without the cellpath stuff too, because it's using get versus the rowcondition. ```nushell ❯ $table_example | where { get $variable | $in != null }...

I'm not sure I'm following. You're free to change the prompt. This is what mine looks like in nushell. ![image](https://github.com/nushell/reedline/assets/343840/0baa5a36-ec19-43f2-96aa-64ca4203ae0c)

Right, but I was just using nushell as an example since it uses reedline. Maybe I'm still misunderstanding but it sounds like you're wanting a reedline config file where you...