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 :
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 :
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.
Lots of improvements in #broot 1.53.0
I just released #broot v1.52.0
Nothing big, only small changes:
Just released #broot 1.51.0
Main improvements are on image rendering speed and quality
I just released #broot v1.50.0 with several small improvements
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/
#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.