mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update docs
This commit is contained in:
parent
8a82c58a2a
commit
1998b88c14
|
@ -18,7 +18,7 @@
|
|||
|
||||
`nnn` (or `n³`) is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible performance](https://github.com/jarun/nnn/wiki/Performance).
|
||||
|
||||
`nnn` can analyze disk usage, batch rename, launch apps and pick files. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further e.g. preview hovered, (un)mount disks, find & list, file/dir diff, upload files. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
|
||||
`nnn` can analyze disk usage, batch rename, launch apps and pick files. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further e.g. [preview](https://github.com/jarun/nnn/wiki/Live-previews), (un)mount disks, find & list, file/dir diff, upload files. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
|
||||
|
||||
It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw) (Android), Linux, macOS, BSD, Haiku, Cygwin, WSL, across DEs and GUI utilities or a strictly CLI environment.
|
||||
|
||||
|
|
8
nnn.1
8
nnn.1
|
@ -493,6 +493,8 @@ separated by \fI;\fR:
|
|||
but not removed (unless it is generated by -a option).
|
||||
.Ed
|
||||
.Pp
|
||||
.Em https://github.com/jarun/nnn/wiki/Live-previews
|
||||
.Pp
|
||||
\fBNNN_LOCKER:\fR terminal locker program.
|
||||
.Bd -literal
|
||||
export NNN_LOCKER='bmon -p wlp1s0'
|
||||
|
@ -506,8 +508,10 @@ separated by \fI;\fR:
|
|||
NOTE: Only the first character is considered if not a \fICtrl+key\fR combo.
|
||||
.Ed
|
||||
.Pp
|
||||
\fBnnn:\fR this is a special variable set to the hovered entry before executing
|
||||
a command from the command prompt or spawning a shell.
|
||||
\fBnnn:\fR this is a special variable.
|
||||
.Bd -literal
|
||||
Set to the hovered file name before starting the command prompt or spawning a shell.
|
||||
.Ed
|
||||
.Pp
|
||||
\fBNO_COLOR:\fR disable ANSI color output (overridden by \fBNNN_COLORS\fR).
|
||||
.Sh KNOWN ISSUES
|
||||
|
|
Loading…
Reference in a new issue