br: add page; broot: fix page (#8961)

pull/1/head
Axel Navarro 2022-10-12 11:23:45 -03:00 committed by GitHub
parent 6feacdf900
commit 98bd79e862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 30 deletions

View File

@ -1,28 +1,25 @@
# broot
# br
> निर्देशिकाओंको पथ-प्रदर्शित करने का एक बेहतर तरीका।
> `broot` भी देखें।
> अधिक जानकारी: <https://github.com/Canop/broot>
- `br` shell कार्य को स्थापित या पुनर्स्थापित करें:
`broot --install`
- वर्तमान निर्देशिकाको पथ-प्रदर्शित करें:
`br`
- फ़ाइलों और निर्देशिकाओंका आकार प्रदर्शित करें:
`br -s`
`br --sizes`
- प्रदर्शन अनुमतियाँ:
`br -p`
`br --permissions`
- केवल निर्देशिकाएं प्रदर्शित करें:
`br -f`
`br --only-folders`
- छिपी हुई फ़ाइलें और निर्देशिकाएं प्रदर्शित करें:
`br -h`
`br --hidden`

9
pages.hi/linux/broot.md Normal file
View File

@ -0,0 +1,9 @@
# broot
> निर्देशिकाओंको पथ-प्रदर्शित करने का एक बेहतर तरीका।
> `br` भी देखें।
> अधिक जानकारी: <https://github.com/Canop/broot>
- `br` shell कार्य को स्थापित या पुनर्स्थापित करें:
`broot --install`

25
pages/linux/br.md Normal file
View File

@ -0,0 +1,25 @@
# 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 --sizes`
- Start displaying permissions:
`br --permissions`
- Start displaying directories only:
`br --only-folders`
- Start displaying hidden files and directories:
`br --hidden`

View File

@ -1,28 +1,9 @@
# broot
> A better way to navigate directories.
> Navigate directory trees interactively.
> See also: `br`.
> 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`