aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-31 10:15:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-31 10:20:57 +0530
commit9de3a3c2ec080c6bae048700812b6f74ab32af55 (patch)
tree1caf9feae425e4314799f2b1635c8c0323907121 /plugins
parent8e9c4ec88b05f16996e0e686422f6ddc86ce9d2a (diff)
downloadnnn-9de3a3c2ec080c6bae048700812b6f74ab32af55.tar.gz
Update docs
Diffstat (limited to 'plugins')
-rw-r--r--plugins/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md
index bb71456..164207b 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -93,13 +93,13 @@ To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd>
#### Skip directory refresh after running a plugin
-`nnn` refreshes the directory after running a plugin to reflect any changes by the plugin. To disable this (say while running the `mediainfo` plugin on some filtered files), add a `-` before the plugin name:
+`nnn` refreshes the directory after running a plugin to reflect any changes by the plugin. To disable this (say while running the `mediainf` plugin on some filtered files), add a `-` before the plugin name:
```sh
export NNN_PLUG='m:-mediainf'
```
-Now `nnn` will not refresh the directory after running the `mediainfo` plugin.
+Now `nnn` will not refresh the directory after running the `mediainf` plugin.
## Running commands as plugin