Path to this page:
./
sysutils/broot,
New way to see and navigate directory trees
Branch: CURRENT,
Version: 1.29.0,
Package name: broot-1.29.0,
Maintainer: pinA better way to navigate directories.
-Get an overview of a directory, even a big one
-Find a directory then cd to it
-Never lose track of file hierarchy while you search
-Manipulate your files
-Manage files with panels
-Preview files
-Apply a standard or personal shortcut to a file
-Replace ls (and its clones)
-Sort, see what takes space
-check git statuses
Master sites:
Filesize: 12186.908 KB
Version history: (Expand)
- (2023-11-22) Updated to version: broot-1.29.0
- (2023-11-14) Updated to version: broot-1.28.1
- (2023-10-31) Updated to version: broot-1.27.0
- (2023-10-23) Updated to version: broot-1.26.1nb1
- (2023-10-01) Updated to version: broot-1.26.1
- (2023-09-27) Updated to version: broot-1.26.0
CVS history: (Expand)
2023-11-22 13:55:24 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.29.0
v1.29.0 - 2023-11-22
- 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
|
2023-11-14 22:04:28 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.28.1
v1.28.1 - 2023-11-13
- fix a regression in handling of rooted gitignore patterns - Fix #795
v1.28.0 - 2023-11-12
- 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
|
2023-10-31 19:37:38 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.27.0
- 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
|
2023-10-01 11:57:55 by pin | Files touched by this commit (2) |  |
Log message:
sysutils/broot: update to 1.26.1
- improved status line
|
2023-09-27 22:01:27 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.26.0
v1.26.0 - 2023-09-27
- 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
|
2023-09-20 14:14:38 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.25.2
- optional BROOT_CONFIG_DIR env var - the site now shows all env variables:
https://dystroy.org/broot/launch/#environment-variables
- --only-folders now longer allows symlinks to non directories - Fix #742
|
2023-09-04 08:36:41 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.25.1
- fix shift-char in input extending the selection - Fix #733
|
2023-08-19 23:04:24 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/broot: update to 1.25.0
- allow unescaped '::' in pattern position, experimental (might be removed)
- allow hexa color notation in skins (eg #fb0 or #FFD700)
|