aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--nnn.18
2 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82a0aef..e414f71 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/nnn.1 b/nnn.1
index bf3cf9d..0725a02 100644
--- a/nnn.1
+++ b/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