mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 17:41:40 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# broot
|
|
|
|
> Navigate directory trees interactively.
|
|
> See also: `br`.
|
|
> More information: <https://github.com/Canop/broot>.
|
|
|
|
- Install or reinstall the `br` shell function:
|
|
|
|
`broot --install`
|