Denys Séguret

Results 760 comments of Denys Séguret

https://dystroy.org/dysk/download/openwrt/

Cool. note: Use `df -H` instead of `df -h` to get ISO units. As your terminal is lacking some chars, you should probably use `dysk --ascii`. Not ideal but prettier...

To make it easier to handle that problem, can you build and share a simple reproduction case ?

There's probably more to do to reproduce: ![Image](https://github.com/user-attachments/assets/ff971e70-973a-46c4-86fc-c320143ac0ed)

You mean you want to display nvim in the preview panel, or just that you want to run that command (which then doesn't really involve previews or preview transformers) ?

Well, you can always override the preview key shortcut: { key: ctrl-right external: "nvim +{line} {file}" extensions: ["md", "rs"] leave_broot: false } but you'll miss many features of broot, for...

Hum. I'm not sure I can even change that without introducing a costly semaphore.

> Would [`std::io::pipe`](https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/#anonymous-pipes) help? I don't know. Part of the problem is we still need to know the origin (out or err) of the bytes we receive.

Managing a menu on right click, selecting with the mouse, this looks quite feasible. But some people probably use other mouse related features, eg other menu enabled features that would...

Noted. In the meantime, here's a trick: is define a verb doing both the action (here adding to staging area) and going to the following line. { key: ctrl-j cmd:...