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)
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'