From aedb9c2753af80fadfa3cf8f5f876473b44531e3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 2 Nov 2019 06:56:34 +0530 Subject: [PATCH] Update drag and drop plugin --- plugins/README.md | 3 +-- plugins/{drag-and-drop => dragdrop} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename plugins/{drag-and-drop => dragdrop} (100%) diff --git a/plugins/README.md b/plugins/README.md index e68ce259..d3d3b573 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,
sort uniq xargs | List non-empty duplicate files in current dir | | checksum | sh | md5sum,
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
(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 similarity index 100% rename from plugins/drag-and-drop rename to plugins/dragdrop