For 5 years I've been "just about to implement" one of the most requested features of #broot: the ability to issue a single command of all staged files.

Now it's done and here's broot 1.56 :

https://github.com/Canop/broot/releases/tag/v1.56.0

Release broot v1.56.0 · Canop/broot

impacted_panel verb argument, allows the effect of a verb to be on another panel (eg to scroll the preview panel without removing the focus from the tree) - Fix #1119 focus_panel_left and focus_pan...

GitHub

With more than 2 months with no new release of #broot, small improvements were piling up and are now available in version 1.55.

Most impactful one is probably high-res image display in iTerm2. Nushell users might be interested too.

https://github.com/Canop/broot/releases/tag/v1.55.0

Release broot v1.55.0 · Canop/broot

activate Kitty Graphics Protocol to display Hi-Res images in iTerm2 - Thanks @kidonng Tokyo Night skin ( https://github.com/Canop/broot/blob/main/resources/default-conf/skins/tokyo-night.hjson ) - ...

GitHub

Here's the static site generator which now powers the sites of #broot, #bacon, #dysk, and more:

https://dystroy.org/ddoc/

It's brand new, feedback very welcome

Overview - ddoc

Markdown based static site generator

Release broot v1.53.0 · Canop/broot

fix some cases of the verb not removed from the input on execution (with a risk of accidental double execution) add the :filesystems (short :fs) verb and state on windows (it was already present on...

GitHub

I just released #broot v1.52.0

Nothing big, only small changes:

https://github.com/Canop/broot/releases/tag/v1.52.0

Release broot v1.52.0 · Canop/broot

auto_open_staging_area preference - Fix #1090 search content of file target of symlink - Fix #1081 fix nushell script (swapped logic for --listen and --listen-auto) - Thanks @cderwin return non-zer...

GitHub

Just released #broot 1.51.0

Main improvements are on image rendering speed and quality

https://dystroy.org/broot

Broot

Broot, a tree oriented file manager

I just released #broot v1.50.0 with several small improvements

https://dystroy.org/broot

Broot

Broot, a tree oriented file manager

new release: #broot v1.49 comes with an auto-refresh mode that you enable with `:watch`

Release: https://github.com/Canop/broot/releases/

broot: https://dystroy.org/broot/

Releases · Canop/broot

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

GitHub

I try #broot and I already like it !! 

Did you?

#cli #tool #file
https://dystroy.org/broot/

Broot

Broot, a tree oriented file manager

#broot 1.42 comes with the support of .ignore files

Example: globally define files that you want gitignored but visible in broot

In ~/.config/git/ignore :

.ignore
my-notes.*

In ~/.ignore :

!my-notes.*

This way you don't have to specify anything in your git repositories.