Skip to content

broot v1.15.0

Compare
Choose a tag to compare
@Canop Canop released this 25 Sep 05:21
· 33 commits to master since this release
  • with show_matching_characters_on_path_searches: false, it's possible to show only file names even when searching paths - Fix #490
  • --sort-by-type-dirs-first and --sort-by-type-dirs-last - Fix #602
  • modal: in intput mode, uppercase letters don't trigger verbs anymore - Fix #604
  • fix :line_down_no_cycle which was cycling - Fix #603
  • selecting lines up or down with the mouse wheel now wraps in both direction (ie going up when your on top brings you to the bottom, and vice-versa)
  • :select internal, which can be used to select a visible file when given a path as argument. Experimental