]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 6 Jun 2021 18:05:15 +0000 (23:35 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 6 Jun 2021 18:05:15 +0000 (23:35 +0530)
nnn.1
plugins/README.md

diff --git a/nnn.1 b/nnn.1
index bd054c39388541f0b3fd7d08bdfeef1e9ae55c75..d90164967f0f6c8d43534a1d9270d3fec0cc1d61 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -409,8 +409,8 @@ separated by \fI;\fR:
 
         export NNN_PLUG='m:-!&mousepad $nnn'
 
-    7. To show the output of run-to-completion commands which do not need user
-       input, add \fB|\fR (pipe) after \fB!\fR
+    7. To show the output of run-and-exit commands which do not need user input,
+       add \fB|\fR (pipe) after \fB!\fR
        Note: This option is incompatible with \fB&\fR (terminal output is masked
        for GUI programs) and ignores \fB*\fR (output is already paged for user)
 
index 1f1527ada092312967342d62b2caa02159a139ca..a54cb9c5952c2e33b8453decfbd943f22e951f6c 100644 (file)
@@ -150,9 +150,9 @@ To run a GUI app as plugin, add a `&` after `!`.
 export NNN_PLUG='m:-!&mousepad $nnn'
 ```
 
-#### Page run-and-exit command output
+#### Page non-interactive command output
 
-To show the output of run-to-completion commands which do not need user input, add `|` (pipe) after `!`.
+To show the output of run-and-exit commands which do not need user input, add `|` (pipe) after `!`.
 
 ```sh
 export NNN_PLUG='m:-!|mediainfo $nnn;t:-!|tree -ps;l:-!|ls -lah --group-directories-first'