diff options
| author | 2019-11-17 23:28:32 +0530 | |
|---|---|---|
| committer | 2019-11-18 00:14:04 +0530 | |
| commit | f7fa1ffc8ec818f38a8d480e2b2fa9e4a8babfcb (patch) | |
| tree | 82d66f08c7faafd4fa637a1f5ed84d7aa9ba2d4b /plugins | |
| parent | 6bbf3ac9c4cd143fb0c867ce5c320a5a0f206b44 (diff) | |
| download | nnn-f7fa1ffc8ec818f38a8d480e2b2fa9e4a8babfcb.tar.gz | |
Update plugin docs
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/README.md b/plugins/README.md index 304888b..1e5a701 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,11 +1,16 @@ <h1 align="center">nnn plugins</h1> +<p align="center"><img src="https://i.imgur.com/SpT0L2W.png" /></p> +<p align="center"><i>read ebooks with plugin gutenread (Android)</i></p> + <p align="center"><img src="https://i.imgur.com/14iPDIq.png" /></p> <p align="center"><i>image preview with plugin thumb</i></p> +## Introduction + 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. +## List of plugins | Plugin (a-z) | Lang | Deps | Description | | --- | --- | --- | --- | @@ -51,9 +56,6 @@ The currently available plugins are listed below. | vidthumb | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),<br>[lsix](https://github.com/hackerb9/lsix) | Show video thumbnails in terminal | | viuimg | sh | [viu](https://github.com/atanunq/viu), less | View an image or images in dir in `$PAGER` | -<p align="center"><img src="https://i.imgur.com/SpT0L2W.png" /></p> -<p align="center"><i>read ebooks with plugin gutenread (Android)</i></p> - ## Installing plugins The following command installs all plugins: |