From de004d944e34dbc8574028b74ac0dfb4c3231044 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 10 Jun 2022 20:59:09 +0530 Subject: [PATCH] Fix #1385: document internal files in 'plugins' dir --- plugins/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index b272eb54..d9a34264 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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