diff options
| author | 2019-11-02 06:56:34 +0530 | |
|---|---|---|
| committer | 2019-11-02 06:56:34 +0530 | |
| commit | aedb9c2753af80fadfa3cf8f5f876473b44531e3 (patch) | |
| tree | e529d600b4f4865d079e577b6fc4a5fdadd811ec | |
| parent | 3c1645ca904578a7c43ed8e8e7e264cf99f997da (diff) | |
| download | nnn-aedb9c2753af80fadfa3cf8f5f876473b44531e3.tar.gz | |
Update drag and drop plugin
| -rw-r--r-- | plugins/README.md | 3 | ||||
| -rwxr-xr-x | plugins/dragdrop (renamed from plugins/drag-and-drop) | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md index e68ce25..d3d3b57 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -12,8 +12,7 @@ The currently available plugins are listed below. | boom | sh | [moc](http://moc.daper.net/) | Play random music from dir | | dups | sh | find, md5sum,<br>sort uniq xargs | List non-empty duplicate files in current dir | | checksum | sh | md5sum,<br>sha256sum | Create and verify checksums | -| drag-file | sh | [dragon](https://github.com/mwh/dragon) | Drag and drop files from nnn | -| drop-file | sh | [dragon](https://github.com/mwh/dragon) | Drag and drop files into nnn | +| dragdrop | sh | [dragon](https://github.com/mwh/dragon) | Drag/drop files from/into nnn | | fzcd | sh | fzy/fzf<br>(optional fd) | Change to the directory of a fuzzy-selected file/dir | | fzy-open | sh | fzy, xdg-open | Fuzzy find a file in dir subtree and edit or xdg-open | | getplugs | sh | curl | Update plugins | diff --git a/plugins/drag-and-drop b/plugins/dragdrop index 6db7d5a..6db7d5a 100755 --- a/plugins/drag-and-drop +++ b/plugins/dragdrop |