From 6c197f5f024c9d726de145a19c3fcd66fdb365d1 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 16 Jun 2022 23:40:05 +0530 Subject: [PATCH] Update plugin doc --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index d9a34264..0f07309f 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -354,7 +354,7 @@ fi ## Contributing plugins 1. Add informative sections like _Description_, _Notes_, _Dependencies_, _Shell_, _Author_ etc. in the plugin. -2. Add an entry in the table above. +2. Add an entry in the table above. Note that the list is alphabetically ordered by plugin name. 3. Keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised. 4. The plugin file should be executable. 5. If your plugin stores data, use `${XDG_CACHE_HOME:-$HOME/.cache}/nnn`. Document it _in-file_. -- 2.48.1