aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-05 17:14:42 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-05 17:14:42 +0530
commit6ee257920dd4ca97146407adf1030d7249366846 (patch)
tree04e5498fa3ea36af3150ee3257183d7bb7ac903e /plugins/README.md
parenta9505103429a26209ba6b57bcb140d83621bf3ad (diff)
downloadnnn-6ee257920dd4ca97146407adf1030d7249366846.tar.gz
Fix context range check
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 292c06b..3ea9949 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -188,7 +188,7 @@ Usage examples can be found in the Examples section below.
#### Get notified on file hover
-If `NNN_FIFO` is set, `nnn` will open it and write every hovered files. This can be used in plugins, e.g. to implement file previews.
+If `NNN_FIFO` is set, `nnn` will open it and write every hovered files. This can be used in plugins and external scripts, e.g. to implement file previews.
If a `NNN_FIFO` is set globally, each `nnn` instance will write to it, and a process reading from the pipe will get hovered path from every instance, interleaved.