Denys Séguret
Denys Séguret
A focused PR not touching other systems could be welcome here.
Where are you putting this configuration part ? It should be in a `verbs` array in the verbs.hjson file ([here](https://github.com/Canop/broot/blob/main/resources/default-conf/verbs.hjson#L11)). If you can't manage to produce a valid Hjson file,...
Why are you sending a `conf.toml` file when the error mentions a `conf.hjson` one ? Besides, broot doesn't come with a toml file since a very long time, where does...
Try removing all the files you currently have in your broot conf folder then replacing them with this ones: https://dystroy.org/pub/ciscohack-conf.zip
@ciscohack to use just a pager, you'd have to have your verb leave broot, I think. The preview you get with ctrl-right is efficient with log files, but currently can't...
At first sight, kitty sessions don't seem to see the functions defined in your bash session and the `launch` command seems to be restricted to launching executables. I have no...
What wrapping are you referring to ? Anything specific ? Can you please describe a complete failing case ?
What shell are you using ? bash ?
Auto-refresh using notify, that could be a feature.
No, I mean refreshing on file changes, using a generalization of [inotify](https://man7.org/linux/man-pages/man7/inotify.7.html). This is much more efficient than doing periodical refreshes.