diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 11:19:39 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 15:02:50 +0530 |
commit | bf078c0a8abb1b83fbcaa4196b407d19cc11a6e5 (patch) | |
tree | 032950617528a86ced4a920f8959fd39f2bb2f86 /plugins/README.md | |
parent | 8568cd6770b3b17681ccab5e4dbff147754f3dbd (diff) | |
download | nnn-bf078c0a8abb1b83fbcaa4196b407d19cc11a6e5.tar.gz |
Update docs
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index 5b4b75c..b6384d3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -258,3 +258,4 @@ There are many plugins provided by `nnn` which can be used as examples. Here are 2. Add an entry in the table above. 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_. |