1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/broot.md
Suyash Bhawsar 145c7c4c65
broot: add page (#8487)
* Create broot.md

* Update pages/linux/broot.md

* Update pages/linux/broot.md

* Update pages/linux/broot.md

* Update pages/linux/broot.md

* Update pages/linux/broot.md

* Update pages/linux/broot.md
2022-09-15 08:34:24 +05:30

388 B

broot

A better way to navigate directories. More information: https://github.com/Canop/broot.

  • Install or reinstall the br shell function:

broot --install

  • Navigate the current directory:

br

  • Display the size of files and directories:

br -s

  • Display permissions:

br -p

  • Display directories only:

br -f

  • Display hidden files and directories:

br -h