mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
632 B
Plaintext
34 lines
632 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|