Major feature: new input syntax - Breaking Change
New search modes (see https://dystroy.org/broot/input/#the-filtering-pattern) :
- fuzzy or regex on sub-paths (the path starting from the displayed root)
- search in file content
it's possible to configure how search modes are selected in config
search pattern characters can be escaped with a '\'
Minor changes:
tab goes to next direct match when there's no verb in input - Fix #234
:open_stay_filter
to be used if you want to keep the pattern when you navigate - Fix #240mouse capture can be disabled with
capture_mouse = false
- Fix #238several small fixes