aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-26 11:45:33 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-26 14:39:47 +0530
commita3019418b1ccd3064d983b419752261197cc1922 (patch)
treeafe1ba35d1c58ecb0ce47446e6b6eb4ea2308768 /plugins/README.md
parent0fd6b5c9bee059d46f16a3ce8e5ace58faab5ca1 (diff)
downloadnnn-a3019418b1ccd3064d983b419752261197cc1922.tar.gz
Update docs
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index ee91e70..084ac2b 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -1,3 +1,7 @@
+To extend the capabilities of `nnn`, plugins are introduced. Plugins are scripts which `nnn` can communicate with and trigger. This mechanism fits perfectly with the fundamental design to keep the core file manager lean and fast, by delegating repetitive (but not necessarily file manager-specific) tasks to the plugins.
+
+The currently available plugins are listed below.
+
| Plugin (a-z) | Lang | Deps | Description |
| --- | --- | --- | --- |
| boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) |