mirror of https://github.com/CrimsonTome/tldr.git
388 B
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