Denys Séguret
Denys Séguret
There was a "if" in my previous comment, it's ok to give a technical opinion without really willing to use something, don't worry. And your idea is still interesting.
A note to everybody: the reason I didn't rush for this whole feature is I feel most users wouldn't need it anymore after getting used to broot: you usually go...
@emmanueltouzery I could answer but this would be very chatty. Could you come to Miaou to discuss that ? https://miaou.dystroy.org/3
It's quite easy (for a rust programmer) to add some filtering engines to broot and some of them can use external indexes. I made for example a filtering engine based...
There are two kinds of content searches: 1. exact search, fast but absolutely not tunable, set to `c/` by default 2. regular expression: a little less fast but very configurable,...
OK, I understand why you don't find `cr/` ideal. I won't change the existing fast content search `c/` but I'll probably add another search engine for easier case insensitive search.
Yes, you can rebind them, see https://dystroy.org/broot/conf_verbs/ (the internals you'd want to rebind are `panel_left` and `panel_right`) But you might also be interested in this issue: https://github.com/Canop/broot/issues/480
With #395, #396, and #399 done, I think we have everything. Waiting for confirmation.
@rlue this should probably a a different issue. It's less a bug than a problem of finding the right specification (which isn't obvious for me)
But you already have it. It's behind ctrlT with default conf. If you lost (or never had) this part of the conf, it's here: https://github.com/Canop/broot/blob/master/resources/default-conf.hjson#L181