./sysutils/broot, New way to see and navigate directory trees

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.44.7, Package name: broot-1.44.7, Maintainer: pin

A 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: 14936.844 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-13 12:21:35 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.7

    fix bad regex match position - Fix #979
    update resvg dependency to 0.44 - Thanks @NoisyCoil
    on --server, remove the existing socket if it already exists - Thanks \ 
@VasilisManol
   2025-01-13 21:27:15 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.6

v1.44.6 - 2025-01-12

 - fix .ignore files ignored when not in a git repository - Fix #970 -update \ 
git2 dependency to 0.20 - Fix #974
   2025-01-02 22:40:08 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.5

 - no real change (just reverting a crate name to ease some packaging)
   2025-01-01 20:38:12 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.4

 - fix panic in preview on syntax coloring (when a sublime syntax isn't \ 
compatible with the regex engine) - Fix #967
   2024-12-27 13:36:34 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.3

    removed default bindings on left and right keys. You may add them back by \ 
adding this to your verbs.hjson:
            { key: "left", internal: "back" }
            { key: "right", internal: "open_stay" }

    rustc minimal version changed from 1.76 to 1.79, which allows better \ 
performing image rendering
    remove dependency to onig, to allow compatibility with gcc 15 - Fix #956
   2024-10-22 20:57:36 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.2

 - temp files created for kitty now erased on quitting or when too many of them \ 
have been written
 - no longer panics when launched with BROOT_LOG=debug but the broot.log file \ 
can't be created - Fix #951
 - fix user and group names displayed as "????" when coming from \ 
openldap - Fix #953
   2024-10-17 07:19:31 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.1

v1.44.1 - 2024-10-16
 - fix wrong position of IMEs (input method editors) popup - thanks @xubaiwang - \ 
See #948
 - improve querying the terminal for capabilities (prevent some escape chars \ 
from leaking)
   2024-09-09 21:14:25 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/broot: update to 1.44.0

v1.44.0 - 2024-09-07
 - :focus_staging_area_no_open internal, focus the staging area if it's already \ 
open, does nothing in other case - Fix #926
 - fix some composite patterns with several operators and no parenthesis