broot: add page (#8487)
* Create broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md
This commit is contained in:
28
pages/linux/broot.md
Normal file
28
pages/linux/broot.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# broot
|
||||
|
||||
> A better way to navigate directories.
|
||||
> More information: <https://github.com/Canop/broot>.
|
||||
|
||||
- Install or reinstall the `br` shell function:
|
||||
|
||||
`broot --install`
|
||||
|
||||
- Navigate the current directory:
|
||||
|
||||
`br`
|
||||
|
||||
- Display the size of files and directories:
|
||||
|
||||
`br -s`
|
||||
|
||||
- Display permissions:
|
||||
|
||||
`br -p`
|
||||
|
||||
- Display directories only:
|
||||
|
||||
`br -f`
|
||||
|
||||
- Display hidden files and directories:
|
||||
|
||||
`br -h`
|
Reference in New Issue
Block a user