aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-23 13:01:15 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-23 13:09:24 +0530
commite73ec218a9c27b34a017c676d8ee85904ff31e2f (patch)
tree208f8383af95f096821b19eb5b091e86eff68bfd /plugins/README.md
parent5f419dc60312c1bb789ad865ff1cf61c21de5c2b (diff)
downloadnnn-e73ec218a9c27b34a017c676d8ee85904ff31e2f.tar.gz
Plugin mp3conv to extract audio from media as mp3
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index f1401e2..1b327ff 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -48,6 +48,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| mediainf | Show media information | sh | mediainfo |
| moclyrics | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |
| mocplay | Append (and/or play) selection/dir/file in moc | sh | [moc](http://moc.daper.net/) |
+| mp3conv | Extract audio from multimedia as mp3 | sh | ffmpeg |
| nmount | Toggle mount status of a device as normal user | sh | pmount, udisks2 |
| nuke | Sample file opener (CLI-only by default) | sh | various |
| oldbigfile | List large files by access time | sh | find, sort |