Skip to content

Releases: Canop/broot

broot v0.11.8

12 Jan 19:46
Compare
Choose a tag to compare
  • set different skins for the r, w and x parts of the mode (permission)
  • compatibility with freeBSD
  • generate shell completion scripts on build (deep into the target directory)
  • --print-shell-function launch argument to print the shell functions to stdout

broot v0.11.7

11 Jan 10:35
Compare
Choose a tag to compare

This version fixes the dangerous bug #104. People using a previous version must upgrade

broot v0.11.6

10 Jan 22:01
Compare
Choose a tag to compare
  • backspace was previously bound to :back if not consumed by input. This is removed
  • fix unsignificative event interpreted as previous event repetition
  • fix wrong background applied on sizes in tree display
  • allow env vars used in verb execution to contain parameters (fix #114)
  • allow the use of arrow keys as triggers for verbs (fix #121)
  • fix scroll adjustement when using the arrow keys (when there's a scrollbar) (fix #112)

broot v0.11.5

10 Jan 09:44
Compare
Choose a tag to compare
  • keep same path selected when lines are reordered (such as when directory sizes are computed
  • changed the skin used before installation so that it works better on white backgrounds

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