mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Run cmd as plugin now supported exported variables
This commit is contained in:
parent
b80e047d50
commit
4f95796ede
2
nnn.1
2
nnn.1
|
@ -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,
|
||||
|
|
|
@ -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 `-!`
|
||||
|
|
Loading…
Reference in a new issue