aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-11-13 11:57:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-11-13 11:57:34 +0530
commitb09adb4654ea68e27b91a96b8e2bfd96a1378971 (patch)
treeaa19d9af1c89764d7da66a21969400943670144d
parent7afc3eeedd77d6e871e764cb63fb7e794df7e604 (diff)
downloadnnn-b09adb4654ea68e27b91a96b8e2bfd96a1378971.tar.gz
Update docs
-rw-r--r--nnn.18
1 files changed, 6 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index 0593fce..8a0cac2 100644
--- a/nnn.1
+++ b/nnn.1
@@ -197,8 +197,9 @@ When a session is loaded dynamically, the last working session is saved
automatically to a dedicated -- "last session" -- session file. The "last
session" is also used in persistent session mode.
.Pp
-Listing input stream is given a higher priority to persistent sessions. Use
-session option \fIrestore\fR to restore the persistent session at runtime.
+Listing input stream has a higher priority to session options (-s/-S). Sessions
+can be loaded explicitly at runtime. Session option \fIrestore\fR would restore
+the persistent session at runtime.
.Pp
All the session files are located by session name in the directory
.Pp
@@ -350,6 +351,9 @@ targets, after which they might become invalid.
.Pp
Right arrow or 'l' on a symlink in the listing dir takes to the target
file. Press '-' to return to the listing dir. Press 'Enter' to open the symlink.
+.Pp
+Listing input stream can be scripted. It can be extended to pick (option -p)
+selected entries from the listed results.
.Sh UNITS
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
(powers of 1024), same as the default units in \fIls\fR.