]> Sergey Matveev's repositories - nnn.git/commitdiff
Rename plugin mocplay to mocq
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 15 May 2021 18:55:47 +0000 (00:25 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 15 May 2021 18:55:47 +0000 (00:25 +0530)
plugins/README.md
plugins/mocq [moved from plugins/mocplay with 100% similarity]

index f217495c5d9ae0cadc70a333fc174e042815dbcd..b2f619def5bd2401cfbae8b6090e166ca0d65bf1 100644 (file)
@@ -20,7 +20,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | [cdpath](cdpath) | `cd` to the directory from `CDPATH` | sh | fzf |
 | [chksum](chksum) | Create and verify checksums [✓] | sh | md5sum,<br>sha256sum |
 | [cleanfilename](cleanfilename) | Clean filename to be more shell-friendly [✓] | bash | sed |
-| [cmusq](cmusq) | Queue files/dirs in cmus player | sh | cmus, pgrep | 
+| [cmusq](cmusq) | Queue/play files/dirs in cmus player [✓] | sh | cmus, pgrep |
 | [diffs](diffs) | Diff for selection (limited to 2 for directories) [✓] | sh | vimdiff, mktemp |
 | [dragdrop](dragdrop) | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |
 | [dups](dups) | List non-empty duplicate files in current dir | bash | find, md5sum,<br>sort uniq xargs |
@@ -44,7 +44,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | [mediainf](mediainf) | Show media information | sh | mediainfo |
 | [mimelist](mimelist) | List files by mime in subtree | sh | - |
 | [moclyrics](moclyrics) | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |
-| [mocplay](mocplay) | Append (and/or play) selection/dir/file in moc [✓] | sh | [moc](http://moc.daper.net/) |
+| [mocq](mocq) | Queue/play selection/dir/file in moc [✓] | sh | [moc](http://moc.daper.net/) |
 | [mp3conv](mp3conv) | Extract audio from multimedia as mp3 | sh | ffmpeg |
 | [mtpmount](mtpmount) | Toggle mount of MTP device (eg. Android) | sh | gvfs-mtp |
 | [nbak](nbak) | Backs up `nnn` config | sh | tar, awk, mktemp |
similarity index 100%
rename from plugins/mocplay
rename to plugins/mocq