broot

broot 1.60.1

Interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands

https://dystroy.org/broot/
MIT License
main program: brootprograms: broot
Platforms (38)
x86_64-netbsdx86_64-solarispowerpc-netbsdmips64el-linuxx86_64-openbsdarmv5tel-linuxriscv32-linuxmipsel-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  broot
];
Ad-hoc shell
nix-shell -p broot
Flake (nix run)
nix run nixpkgs#broot