From f7fa1ffc8ec818f38a8d480e2b2fa9e4a8babfcb Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Nov 2019 23:28:32 +0530 Subject: Update plugin docs --- plugins/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'plugins') 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 @@

nnn plugins

+

+

read ebooks with plugin gutenread (Android)

+

image preview with plugin thumb

+## 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),
[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` | -

-

read ebooks with plugin gutenread (Android)

- ## Installing plugins The following command installs all plugins: -- cgit v1.2.3-70-g09d2