]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix #1385: document internal files in 'plugins' dir
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 10 Jun 2022 15:29:09 +0000 (20:59 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 10 Jun 2022 15:30:06 +0000 (21:00 +0530)
plugins/README.md

index b272eb54c5d22eee80cd2a4dec369bf1b3baa64a..d9a3426465b68db6216031623f2306821369f2a5 100644 (file)
@@ -66,9 +66,10 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | [x2sel](x2sel) | Copy file list from system clipboard to selection | sh | _see in-file docs_ |
 | [xdgdefault](xdgdefault) | Set the default app for the hovered file type | sh | xdg-utils, fzf/dmenu |
 
-Note:
+Notes:
 
 1. A plugin has to explicitly request `nnn` to clear the selection e.g. after operating on the selected files.
+2. Files starting with a dot in the `plugins` directory are internal files and should not be used as plugins.
 
 ### Table of contents