snippetbashTip
broot — Navigate directory trees interactively. More information: <https://github.com/Canop/broot>.
Viewed 0 times
directorybrootcommandinteractivelyclinavigatemoretrees
linux
Problem
How to use the
broot command: Navigate directory trees interactively. More information: <https://github.com/Canop/broot>.Solution
broot — Navigate directory trees interactively. More information: <https://github.com/Canop/broot>.Install or reinstall the
br shell function:broot --installStart and navigate the current directory tree interactively:
brootStart 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]}}Code Snippets
Install or reinstall the `br` shell function
broot --installStart and navigate the current directory tree interactively
brootStart displaying the size of files and directories
broot {{[-s|--sizes]}}Start displaying permissions
broot {{[-p|--permissions]}}Start displaying directories only
broot {{[-f|--only-folders]}}Context
tldr-pages: linux/broot
Revisions (0)
No revisions yet.