Run cmd as plugin now supported exported variables

This commit is contained in:
Arun Prakash Jana 2023-01-28 10:01:46 +05:30
parent b80e047d50
commit 4f95796ede
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions

2
nnn.1
View File

@ -429,7 +429,7 @@ separated by \fI;\fR:
To run a plugin at startup, use the option `-P` followed by the plugin key.
NOTES:
1. Place $nnn in double quotes (\fB"$nnn"\fR)
1. Place $nnn (or exported variables) in double quotes (\fB"$nnn"\fR)
2. Use single quotes for $NNN_PLUG so "$nnn" is not interpreted
3. (Again) add \fB!\fR before the command
4. To disable directory refresh after running a \fIcommand as plugin\fR,

View File

@ -180,7 +180,7 @@ export NNN_PLUG='m:-!|mediainfo "$nnn";t:-!|tree -ps;l:-!|ls -lah --group-direct
This option is incompatible with `&` (terminal output is masked for GUI programs) and ignores `*` (output is already paged for user).
Notes:
1. Place `$nnn` in double quotes (**`"$nnn"`**)
1. Place `$nnn` (or exported variables) in double quotes (**`"$nnn"`**)
2. Use single quotes for `$NNN_PLUG` so `"$nnn"` is not interpreted
3. (_Again_) add `!` before the command
4. To disable directory refresh after running a _command as plugin_, prefix with `-!`