2022-10-12 11:23:45 -03:00
|
|
|
# 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:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`br {{[-s|--sizes]}}`
|
2022-10-12 11:23:45 -03:00
|
|
|
|
|
|
|
- Start displaying permissions:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`br {{[-p|--permissions]}}`
|
2022-10-12 11:23:45 -03:00
|
|
|
|
|
|
|
- Start displaying directories only:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`br {{[-f|--only-folders]}}`
|
2022-10-12 11:23:45 -03:00
|
|
|
|
|
|
|
- Start displaying hidden files and directories:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`br {{[-h|--hidden]}}`
|