Skip to content

Releases: Canop/broot

broot v0.11.4

09 Jan 17:15
Compare
Choose a tag to compare
  • 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

09 Jan 10:04
Compare
Choose a tag to compare
  • fix the 'n' answer being ignored when user is asked authorization

broot v0.11.2

30 Dec 14:28
Compare
Choose a tag to compare

really fix alt-enter not being recognized on some computers

broot v0.11.1

30 Dec 13:56
Compare
Choose a tag to compare

fix alt-enter not being recognized on some computers

broot v0.11.0

21 Dec 19:54
Compare
Choose a tag to compare

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

20 Dec 16:23
Compare
Choose a tag to compare
  • 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

16 Dec 19:33
Compare
Choose a tag to compare
  • 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

27 Nov 20:15
Compare
Choose a tag to compare
  • 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

15 Nov 16:26
Compare
Choose a tag to compare
  • 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

04 Nov 19:53
Compare
Choose a tag to compare

incorporate crossterm 0.13.2 to fix a regression in vi launch

see #73