Broot Versions Save

A new way to see and navigate directory trees : https://dystroy.org/broot

v1.30.0

5 months ago
  • :trash internal - I'd like feedback on this one - Fix #799
  • solve symlinks on :panel_right to display the dest path and the dest filesystem - Fix #804
  • :panel_right on a directory now removes the filter
  • more '~' expansion in verb arguments

v1.29.0

5 months ago
  • terminal_title option in configuration - Fix #794
  • :toggle_tree internal and --tree and --no-tree launch flags (experimental, feedback welcome) - Fix #670 - Thanks @eldad
  • {git-name} verb argument

v1.28.1

5 months ago
  • fix a regression in handling of rooted gitignore patterns - Fix #795

v1.28.0

5 months ago
  • left and right keys bound to verbs can be used when the input isn't empty, if they would have no effect to the input
  • default_flags now accept long parameters, including --cmd - Fix #790
  • gitignore: fix relative patterns with several tokens - Fix #782

v1.27.0

6 months ago
  • the apply_to verb filter accepts new values: text_file and binary_file. Broot users editing files in their terminal (vi, emacs, etc.) should configure broot to open their text editor on enter: see https://dystroy.org/broot/tricks/#change-standard-file-opening
  • small breaking change: :stage_all_files now stages also symlinks - Fix #606
  • new {git-root} verb argument - Fix 760 - Thanks @9999years
  • fix a freeze on windows when launching a search with -c - Thanks @3tilley
  • fix automatic preview pattern not escaping spaces and colons - Fix #778

v1.26.1

7 months ago
  • improved status line

v1.26.0

7 months ago
  • when given a path to a file at launch, broot now selects it in the tree and opens it in preview - Fix #729
  • allow rebinding of the 'tab' and 'esc' keys with the :next_match and :escape internals - Fix #740
  • fix fuzzy patterns not case insensitive on some characters - Fix #746

v1.25.2

7 months ago

v1.25.1

8 months ago
  • fix shift-char in input extending the selection - Fix #733

v1.25.0

8 months ago
  • allow unescaped '::' in pattern position, experimental (might be removed)
  • allow hexa color notation in skins (eg #fb0 or #FFD700)