]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Jun 2019 04:57:01 +0000 (10:27 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Jun 2019 06:12:41 +0000 (11:42 +0530)
README.md
plugins/README.md

index 03827c3e84cf746a06ebca4fdb7b5c2b4bf4e911..80a517e58129dc552a81062e34b83a789359ef55 100644 (file)
--- a/README.md
+++ b/README.md
@@ -418,10 +418,6 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
 
 To extend the capabilities of `nnn`, [plugins](https://github.com/jarun/nnn/tree/master/plugins) are introduced. Plugins 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.
 
-Use the pick plugin shortcut to visit the plugin directory and execute a plugin. Repeating the same shortcut cancels the operation and puts you back in the original directory.
-
-If you have an interesting plugin feel free to raise a PR.
-
 #### TROUBLESHOOTING
 
 ##### Tmux configuration
index c37a88067da1b96defaf58e8f5db550f6281adb8..1d698e263003d7add4dd1cbb3ff07a18a506a9fc 100644 (file)
@@ -36,6 +36,10 @@ Plugins can access:
 
 Each script has a _Description_ section which provides more details on what the script does, if applicable.
 
+#### Usage
+
+Use the _pick plugin_ shortcut to visit the plugin directory and execute a plugin. Repeating the same shortcut cancels the operation and puts you back in the original directory.
+
 #### Contributing plugins
 
 Plugins are scripts and all scripting languages should work. However, POSIX-compliant shell scripts runnable in `sh` are preferred. If that's too rudimentary for your use case, use Python, Perl or Ruby. Please keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised.