mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 02:55:38 +02:00
25 lines
475 B
Markdown
25 lines
475 B
Markdown
# br
|
|
|
|
> Navigate directory trees interactively.
|
|
> See also: `broot`.
|
|
> More information: <https://github.com/Canop/broot>.
|
|
|
|
- Start and navigate the current directory tree interactively:
|
|
|
|
`br`
|
|
|
|
- Start displaying the size of files and directories:
|
|
|
|
`br {{[-s|--sizes]}}`
|
|
|
|
- Start displaying permissions:
|
|
|
|
`br {{[-p|--permissions]}}`
|
|
|
|
- Start displaying directories only:
|
|
|
|
`br {{[-f|--only-folders]}}`
|
|
|
|
- Start displaying hidden files and directories:
|
|
|
|
`br {{[-h|--hidden]}}`
|