Darren Schroeder

Results 2074 comments of Darren Schroeder

maybe there's some other crate other than unicode-width that you can use? I'm not sure such a thing exists. It's a pain not being able to update ratatui and other...

I think you should go ahead and do it. The worst that can happen is that you have to revert or change it. It's just software, it can be changed...

Seems reasonable. I've ran a custom version of this since Aug-2023. My windows system is horribly slow but here's what I do with the output of a script like this...

You could always do something like this. ```nushell open rust-toolchain.toml -r | lines | each { $"($in)(char nul)" } | to text ```

There is no `from text` command. This is my ctrl+r fzf for nushell history. ```nushell { name: fuzzy_history_fzf modifier: control keycode: char_r mode: [emacs , vi_normal, vi_insert] event: { send:...

Pass. I got rid of them somehow, but it was months ago and forgot how.

Agreed. It would be nice for someone to implement left and right arrow navigation here.

The only thing I keep coming back to is that since it's a tui, I always want a theme to make it look like Borland C/Turbo C/Turbo Pascal from back...

explore's primary responsibility is to be a pager, we cannot lose that. i'm not sure I'd support what you're suggesting exactly mostly because I don't understand how it would work....