diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-22 19:58:39 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-23 08:30:48 +0530 |
commit | 9feb5ce6512c9a5b1e6658d0ea408f5c19332b2c (patch) | |
tree | 5ad703522600829982eca71ee93e9f85b0292f86 /plugins/README.md | |
parent | 0fbd68ab48b38319f3f3d516ef4d04d7274db4ac (diff) | |
download | nnn-9feb5ce6512c9a5b1e6658d0ea408f5c19332b2c.tar.gz |
Merge fzy-edit into fzy-open
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md index d666240..47a7aab 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -6,8 +6,7 @@ The currently available plugins are listed below. | --- | --- | --- | --- | | boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) | | checksum | sh | md5sum,<br>sha256sum | Create and verify checksums | -| fzy-edit | sh | fzy | Fuzzy find a file in directory subtree and edit in vim | -| fzy-open | sh | fzy | Fuzzy find a file in directory subtree and open using xdg-open | +| fzy-open | sh | fzy, xdg-open | Fuzzy find a file in dir subtree and edit or xdg-open | | getplugs | sh | wget | Update plugins | | hexview | sh | xxd | View a file in hex in `$PAGER` | | imgresize | sh | [imgp](https://github.com/jarun/imgp) | Resize images in directory to screen resolution | |