diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-16 20:19:21 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-16 22:49:16 +0530 |
commit | 7086df5c784f2ad1f14408f2e9df9ff41b4a4af1 (patch) | |
tree | 96c83556d377fa31e0a38fd949e36e426e5f0f54 /plugins/README.md | |
parent | f9d38d1420298ac2a12fe7dce307397cea82e208 (diff) | |
download | nnn-7086df5c784f2ad1f14408f2e9df9ff41b4a4af1.tar.gz |
Update docs
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index cccdd1b..e50a89d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -10,6 +10,8 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or binaries) 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. +`nnn` is language-agnostic when it comes to plugins. You can write a plugin in any (scripting) language you are comfortable in! + ## Installing plugins The following command installs or updates (after backup) all plugins: |