Skip to content

Commit

Permalink
nnn: add page (#13239)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Speck <[email protected]>
  • Loading branch information
abhishek-agrl and sebastiaanspeck committed Jul 8, 2024
1 parent 7992aba commit 07452b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/common/nnn.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 07452b5

Please sign in to comment.