Releases: Canop/broot
Releases · Canop/broot
broot v1.39.0
broot v1.38.0
-{flags}
verb lets you change the state the same way you do it at start, eg:-sd
to show sizes and dates- calling
:focus
on the tree root now goes up the tree (experimental)
broot v1.37.0
- optionally display lines surrounding a matching line in preview, with
lines_before_match_in_preview
andlines_after_match_in_preview
- Fix #756 - filtered preview: jump between matches with
:next_match
(default:tab
) and:previous_match
(defaultshift-tab
) - display setuid, setgid and sticky bits in permission - Fix #863, Thanks @Jisu-Woniu
broot v1.36.1
- fix ANSI code leaking to the input on start on Mac - Fix #854
broot v1.36.0
- releases at github should be more
cargo binstall
friendly - Thanks @FrancescElies - improved
--help
- new
:stage_all_directories
internal - Fix #844 :print_tree
is one line shorter, so as to let the original shell command visible without scroll- fix and document the "kitty-csi-check" optional feature which can be enabled at compilation
broot v1.35.0
- Nerdfont icon theme - Fix #333 - Thanks @JonasLeonhard, @cho-m, @texastoland, @asdf8dfafjk and others
broot v1.34.0
- new
--verb-output
launch argument, dedicated to the new:clear_output
and:write_output
internals - Fix #825 - verb sequences (based on
cmd
) can take arguments from the verb invocation - don't fail launch in case of bad verb configuration, more helpful error message in such case
- faster kitty image rendering by default - Fix #789
{file-git-relative}
verb argument - Thanks @VasilisManol- modify nushell function import:
use
instead ofsource
- Thanks @texastoland and @FrancescElies - fix some resizing and flickering problems on Windows (appeared with 1.33.0) - Fix #840
- write
installed
flag file on--install
- Fix #837
broot v1.33.1
Fix the version - Fix #830
broot v1.33.0
broot v1.32.0
- with "modal" enabled,
initial_mode
setting lets you choose whether to start ininput
mode orcommand
mode (default) - Fix #708