diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-04 20:22:35 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-04 20:22:35 +0530 |
commit | 056ef8b23d292bd65e916183a3f957ae091f8308 (patch) | |
tree | e31b64bda978ca27697afd34681c4af6604e779e /plugins/README.md | |
parent | 1f3ce3ae941190d6664222ef8b544468e0261bbd (diff) | |
download | nnn-056ef8b23d292bd65e916183a3f957ae091f8308.tar.gz |
Update docs
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index e4f2491..bb90a26 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -41,7 +41,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. | 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) | +| gpge | Encrypt files using gpg | sh | gpg, fzf | | 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) | |