]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 16 Jan 2020 14:49:21 +0000 (20:19 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 16 Jan 2020 17:19:16 +0000 (22:49 +0530)
README.md
plugins/README.md

index a5ceeecbc47bbe42a2add2ede50387a8bd7416fc..23609debb97a446643dda91f4438d673880a1d7a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
   - Minimizes screen refresh with fast line redraws
   - Tiny binary (typically less than 100KB)
 - Portable
+  - Language-agnostic plugins
   - Minimal library deps, easily compilable, tiny binary
   - No config file, minimal config with sensible defaults
   - Widely available on many packagers
index cccdd1b2d10a9e0a7ed8dd374f5d183fdafc3cf7..e50a89d3f942773291173543dd49fc2ff660f0cd 100644 (file)
@@ -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: