diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-02 20:46:50 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-02 20:46:50 +0530 |
commit | baaf3ede2a4d48c9310eebbd67ae3398fe82a990 (patch) | |
tree | 5be7ecae3fa63b99af279ae037f2fdfbd358cadc /plugins/README.md | |
parent | 169c2141f6e5c510caed41075a4e86286aa0df2c (diff) | |
download | nnn-baaf3ede2a4d48c9310eebbd67ae3398fe82a990.tar.gz |
Update docs
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index d3d3b57..e024488 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -3,7 +3,7 @@ <p align="center"><img src="https://i.imgur.com/14iPDIq.png" /></p> <p align="center"><i>image preview with plugin thumb</i></p> -Plugins extend the capabilities of `nnn`. They 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. +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. The currently available plugins are listed below. |