]> Sergey Matveev's repositories - nnn.git/commitdiff
Update plugin doc
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 16 Jun 2022 18:10:05 +0000 (23:40 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 16 Jun 2022 18:10:05 +0000 (23:40 +0530)
plugins/README.md

index d9a3426465b68db6216031623f2306821369f2a5..0f07309fd2493a3d71f8eac26c1e5292f538ae28 100644 (file)
@@ -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_.