diff options
Diffstat (limited to 'plugins')
| -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 |