Denys Séguret

Results 761 comments of Denys Séguret

Unfortunately I can't provide precompiled binaries for Mac. If you want to compile broot yourself you need to * install the rust environnement (using https://rustup.rs/) * fetch the repository *...

> Could adding another parameter default_mode or adding another option input_at_start to the initial_mode parameter the best alternative? Or just take the previous mode ?

@eldad This seems good and I think a PR would be welcome (please make the formatting consistent [in panel_state](https://github.com/Canop/broot/compare/main...eldad:broot:toggle_tree#diff-6b167eac73a6c185407141207531632ceb5b6be7d8dc9743cfa78b3e72d441b0R320)). I'm not quite convinced by the `toggle_tree` name but I don't...

It has [already](https://github.com/Canop/broot/issues/98) been reported that broot (like other crossterm based applications) isn't compatible with git bash. I'm sorry but I can't work on that. Other devs who want to...

This is possibly related to a terminator configuration. The manifestation for broot is every click received as a scroll event followed by a click event. If you observed something similar...

Right now, the way to cycle is to do another `ctrl-right` to see the text at the match position, then `ctrl-left` to see all matches. I describe it there: https://dystroy.org/blog/broot-c-search/...

You mean when a file containing one or several matches is selected, you'd like to initially have in the right panel not just the matching lines but to have them...

@9999years @stevenxxiu Can you check PR https://github.com/Canop/broot/pull/866 ?

@stevenxxiu Why did you remove your comment ? It made sense to me.

The most probable reason for a freeze is when the low level function reading a directory freezes. This may happen on some special directories (we had such a problem on...