Releases: Canop/broot
Releases · Canop/broot
broot v0.8.6
- 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
minor cosmetic changes
broot v0.8.4
- 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
- mouse support: click to select, double-click to open
broot v0.8.1
- change default skin to only use highly compatible colors
- allow ANSI colors in skin configuration
broot v0.8.0
Half broot has been rewritten to allow Windows compatibility. Termion has been replaced with crossterm.
broot v0.7.5
- 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
- fix verbs crashing broot in /
- fix user displayed in place of user with :perm
broot v0.7.3
- :print_tree outputs the tree. See documentation for examples of use
- F5 refreshes the tree
broot v0.7.2
- 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)