Skip to content

Releases: Canop/broot

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)

broot v0.7.1

08 Mar 15:30
Compare
Choose a tag to compare

Fix some problems with the count of unlisted

broot v0.7.0

07 Mar 19:59
Compare
Choose a tag to compare

Major changes:

  • verbs can now accept complex arguments. This allows functions like mkdir, mv, cp, etc. and your own rich commands
  • custom verbs can be executed without leaving broot (if defined with leave_broot=false)

Minor changes:

  • Ctrl-Q shortcut to leave broot
  • fix a case of incorrect count of "unlisted" files

broot v0.6.3

23 Feb 19:54
Compare
Choose a tag to compare
  • br installer for the fish shell
  • faster directory size computation (using a pool of threads)
  • fix alt-enter failing to cd when the path had spaces
  • executable files rendered with a different color