snippetbashTip
nnn — Interactive terminal file manager and disk usage analyzer. More information: <https://github.com/jar
Viewed 0 times
nnnterminalcommandandclifileinteractivemanager
Problem
How to use the
nnn command: Interactive terminal file manager and disk usage analyzer. More information: <https://github.com/jarun/nnn/wiki/Usage#program-options>.Solution
nnn — Interactive terminal file manager and disk usage analyzer. More information: <https://github.com/jarun/nnn/wiki/Usage#program-options>.Open the current directory (or specify one as the first argument):
nnnStart in [d]etailed mode:
nnn -dShow [H]idden files:
nnn -HOpen an existing [b]ookmark (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}}Open a file you have selected. Select the file then press
<o>, and type a program to open the file in:nnn -oCode Snippets
Open the current directory (or specify one as the first argument)
nnnStart in [d]etailed mode
nnn -dShow [H]idden files
nnn -HOpen an existing [b]ookmark (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}}Context
tldr-pages: common/nnn
Revisions (0)
No revisions yet.