aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar KlzXS <azszwymmvqdi@yahoo.com>2020-06-04 14:51:50 +0000
committerGravatar GitHub <noreply@github.com>2020-06-04 20:21:50 +0530
commit1f3ce3ae941190d6664222ef8b544468e0261bbd (patch)
treef291feaf5824be8e82cfe97e8ffa442d7b6d726f /plugins/README.md
parent10a43a4fbbff5277f9829a76c1e31f0bc7b44089 (diff)
downloadnnn-1f3ce3ae941190d6664222ef8b544468e0261bbd.tar.gz
Added selection prompt and README entry (#633)
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index dc95d96..e4f2491 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -40,6 +40,8 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| fzz | Change to any directory in the z database with fzf | sh | fzf, z |
| getplugs | Update plugins to installed `nnn` version | sh | curl |
| gutenread | Browse, download, read from Project Gutenberg | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional) |
+| gpgd | Decrypt files using gpg | sh | gpg |
+| gpge | Encrypt files using gpg | sh | gpg, fzf (see in-file docs) |
| hexview | View a file in hex in `$PAGER` | sh | xxd |
| imgresize | Resize images in dir to screen resolution | sh | [imgp](https://github.com/jarun/imgp) |
| imgthumb | View thumbnail of an image or dir of images | sh | [lsix](https://github.com/hackerb9/lsix) |