Skip to content

Releases: Canop/broot

broot v0.8.6

03 Jul 19:34
Compare
Choose a tag to compare
  • Hitting enter when first line is selected, or clicking it, goes up to the parent directory
  • detect and color executable files on windows
  • new toggle to display dates of files (last modification)
  • a few small improvements

broot v0.8.5

20 Jun 05:08
Compare
Choose a tag to compare

minor cosmetic changes

broot v0.8.4

17 Jun 20:20
Compare
Choose a tag to compare
  • apply verbs on link files, not on their targets (rm some_link was dangerous)
  • use a more efficient version of termimad

broot v0.8.3

16 Jun 10:00
Compare
Choose a tag to compare
  • mouse support: click to select, double-click to open

broot v0.8.1

10 Jun 16:42
Compare
Choose a tag to compare
  • change default skin to only use highly compatible colors
  • allow ANSI colors in skin configuration

broot v0.8.0

08 Jun 07:42
Compare
Choose a tag to compare

Half broot has been rewritten to allow Windows compatibility. Termion has been replaced with crossterm.

broot v0.7.5

03 Apr 19:03
Compare
Choose a tag to compare
  • try to give arguments to verbs executed with --cmd
  • Hitting no longer quits when root is selected (many users found it confusing)

broot v0.7.4

25 Mar 20:27
Compare
Choose a tag to compare
  • fix verbs crashing broot in /
  • fix user displayed in place of user with :perm

broot v0.7.3

22 Mar 15:50
Compare
Choose a tag to compare
  • :print_tree outputs the tree. See documentation for examples of use
  • F5 refreshes the tree

broot v0.7.2

15 Mar 18:58
Compare
Choose a tag to compare
  • env variables usable in verb execution patterns, which makes it possible to use $EDITOR in default conf.toml
  • ctrl-u and ctrl-d are now alternatives to page-up and page-down
  • better error messages regarding faulty configurations
  • more precise errors in case of invalid regexes
  • use the OS specific file opener instead of xdg-open (concretly it means open is now used on MacOS)