nnn: add page (#13239)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
abhishek-agrl 2024-07-08 23:15:00 +02:00 committed by GitHub
parent 7992aba8de
commit 07452b5bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
pages/common/nnn.md Normal file
View File

@ -0,0 +1,24 @@
# nnn
> Interactive terminal file manager and disk usage analyzer.
> More information: <https://github.com/jarun/nnn>.
- Open the current directory (or specify one as the first argument):
`nnn`
- Start in detailed mode:
`nnn -d`
- Show hidden files:
`nnn -H`
- Open an existing bookmark (defined in the `NNN_BMS` environment variable):
`nnn -b {{bookmark_name}}`
- Sort files on [a]pparent disk usage / [d]isk usage / [e]xtension / [r]everse / [s]ize / [t]ime / [v]ersion:
`nnn -T {{a|d|e|r|s|t|v}}`