Files
tldr/pages/linux/broot.md
T
Meinard Francisco 561ef9130a pages*/linux/*: update links (#19741)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-12-06 16:26:30 +02:00

540 B

broot

Navigate directory trees interactively. More information: https://github.com/Canop/broot.

  • Install or reinstall the br shell function:

broot --install

  • Start and navigate the current directory tree interactively:

broot

  • Start displaying the size of files and directories:

broot {{[-s|--sizes]}}

  • Start displaying permissions:

broot {{[-p|--permissions]}}

  • Start displaying directories only:

broot {{[-f|--only-folders]}}

  • Start displaying hidden files and directories:

broot {{[-h|--hidden]}}