]> Sergey Matveev's repositories - nnn.git/commitdiff
Update plugin docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Nov 2019 17:58:32 +0000 (23:28 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Nov 2019 18:44:04 +0000 (00:14 +0530)
README.md
plugins/README.md

index e968f4c8e3f22ea70bda6226cf76add2da0af745..521557bec85ebdfce70b0a22475e5dde351af4ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 
 `nnn` is a full-featured terminal file manager. It's tiny, [extremely light and fast](https://github.com/jarun/nnn/wiki/Performance).
 
-`nnn` is also a disk usage analyzer, a fuzzy app launcher, a batch file renamer and a file picker. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins to extend the capabilities further. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
+`nnn` is also a disk usage analyzer, a fuzzy app launcher, a batch file renamer and a file picker. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and plugin-specific documentation to extend the capabilities further. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
 
 It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.com/watch?v=AbaauM7gUJw), Linux, macOS, BSD, Cygwin and Linux subsystem for Windows. `nnn` works seamlessly with DEs and GUI utilities. It's nearly zero-config (with sensible defaults) and can be setup in less than 5 minutes.
 
index 304888b38586a29bd009837f220ff783c86c4d02..1e5a7019802ed6b1f6ffc90d6e7bdf6847392728 100644 (file)
@@ -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: