diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-28 00:00:52 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-28 00:02:33 +0530 |
commit | 94c3af873cf2aa46e2cb018412b8ce1e1609d30c (patch) | |
tree | 896eb141443e9f1b098ac30d9203b1050f8df7d1 /plugins/README.md | |
parent | f781fbe78c044f0187c9b545f048045961904771 (diff) | |
download | nnn-94c3af873cf2aa46e2cb018412b8ce1e1609d30c.tar.gz |
Implement mediainfo as a plugin
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index 3e66adf..7a10a1c 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -14,6 +14,7 @@ The currently available plugins are listed below. | imgur | bash | - | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | | ipinfo | sh | curl, whois | Fetch external IP address and whois information | | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device | +| mediainf | sh | mediainfo | Show media information | | moclyrics | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) | Show lyrics of the track playing in moc | | mocplay | sh | [moc](http://moc.daper.net/) | Appends (and plays, see script) selection/dir/file in moc| | ndiff | sh | vimdiff | Diff for selection (limited to 2 for directories) | |