broot is a new way to see and navigate directory trees. It is interactive, replacing ls, allowing you to navigate extremely large and deep trees very quickly. It has advanced features such as .gitignore support, filtering via regular expressions, and more.
broot is a new way to see and navigate directory trees. It is interactive, replacing ls, allowing you to navigate extremely large and deep trees very quickly. It has advanced features such as .gitignore support, filtering via regular expressions, and more.
To install broot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install broot
To see what files were installed by broot, run:
port contents broot
To later upgrade broot, run:
sudo port selfupdate && sudo port upgrade broot
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.