Releases: Canop/broot
Releases · Canop/broot
broot v0.11.4
- make :open_stay and :open_leave work in help screen (applying on configuration file)
- Mac/fish: use ~/.config/fish even on systems where the config home is usually different
- Mac/bash: add .bash_profile to the list of possible sourcing files
- define ctrl-c as a new way to quit
broot v0.11.3
- fix the 'n' answer being ignored when user is asked authorization
broot v0.11.2
really fix alt-enter not being recognized on some computers
broot v0.11.1
fix alt-enter
not being recognized on some computers
broot v0.11.0
New major feature: the :total_search
verb, normally triggered with ctrl-s: done after a search it repeats it but looks at all the children, even if it's long and there were a lot of matches
broot v0.10.5
- should not panic anymore when opening arbitrary files on server
- allow more keys for verbs. For example you can use
enter
(this one won't apply on directories but only on files) - display all possible verb completions in status
- don't query the terminal size after start: use the new Resize event of Crossterm
broot v0.10.4
- fuzzy search performance improvement
- verb invocation now optional so that a verb can be defined to just introduce a keyboard shortcut
- owner and group separately skinned
- screen redrawn on resize (but tree not recomputed, you may want to do F5 to have the best sized tree)
- changes in br shell function storage and sourcing from fish, bash, and zsh. Fixes #39 and #53.
Note that broot will ask you again to install the br function
broot v0.10.3
- fix crash on doing
:rm
on the last child of current root - clear help background when terminal was resized between redraws
broot v0.10.2
- colored status line
- better handling of errors when opening files externally
- spinner replaced with an explicit text
:parent
no longer keeps the filter (this was too confusing)- new
:up
command, focusing the parent of the current tree root $PAGER
used in default config. Fix #20- default conf links to the white background skin published on web site
- new "default" entry in skin, to define a global background replacing the terminal's one
broot v0.10.1
incorporate crossterm 0.13.2 to fix a regression in vi launch
see #73