Skip to content

Releases: Canop/broot

broot v1.16.0

07 Oct 19:03
Compare
Choose a tag to compare
  • status messages now displayed on toggling (for example showing hidden files)
  • upgrade terminal-light to 1.0.1 for better recognition of background color on high precision color terminals
  • in default configuration, ctrl-left never opens a panel to the left, as I think this was most often unwanted (one too many hit on cltr-left). It's possible to get the old behavior by binding ctrl-left to :panel_left instead of the new :panel_left_no_open internal.
  • New escaping rules let you skip many \, especially when building regexes - See new rules at https://dystroy.org/broot/input/#escaping - Fix #592

broot v1.15.0

25 Sep 05:21
Compare
Choose a tag to compare
  • 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

broot v1.14.3

13 Sep 07:33
Compare
Choose a tag to compare

fix crash with token searches - Fix #504 - Thanks @FedericoStra

broot v1.14.2

11 Jul 17:22
Compare
Choose a tag to compare
  • Terminal background luma determination now works on all tested unixes, including MacOS - Fix #575
  • Allow :focus based verbs to take a pattern - Fix #389

broot v1.14.1

06 Jul 18:37
Compare
Choose a tag to compare

Due to a technical problem, background color based skin selection is disabled on non linux systems.

broot v1.14.0

05 Jul 14:17
Compare
Choose a tag to compare

Major Feature: imports

A configuration file can now import one or several other ones.
An import can have a condition on the terminal's background color, which makes it possible to import either a dark or a light theme depending on the current terminal settings.
You're also encouraged to split your configuration in several files, as is now done for the default configuration.

Minor changes

  • fix --cmd not working (it was accidentaly renamed in --commands, -c was still working) - Fix #570

broot v1.13.3

19 Jun 19:06
Compare
Choose a tag to compare
  • fix default_flags in conf not working anymore - Fix #566

broot v1.13.2

18 Jun 13:21
Compare
Choose a tag to compare
  • advice to hit alt-i and|or alt-h when no file is visible - Fix #556
  • examples on search modes in help screen - Fix #559
  • list of syntactic themes in default conf
  • the --file-export-path launch argument which was deprecated since broot 1.6 has been removed (redirect the output of broot instead)
  • better built-in verbs for Windows - Thanks @Spacelord-XaN
  • take the .git/info/exclude file into account for ignoring - Thanks @refi64
    The released archive doesn't include an Android build - see #565

broot v1.13.1

30 May 07:21
Compare
Choose a tag to compare

Fix a regression added in 1.13.0: alt-enter was failing to cd to the selected directory

broot v1.13.0

29 May 08:42
Compare
Choose a tag to compare
  • close the staging area when it's emptied with a verb (e.g. on :rm)
  • format files counts with thousands separator - Fix #549
  • try verbs in order allowing some with filters before one without - Fix #552