Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08122d5

Browse files
committedFeb 9, 2024
docs(mimelist): add author & dependencies
1 parent b46d608 commit 08122d5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎plugins/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
4141
| [ipinfo](ipinfo) | Fetch external IP address and whois information | sh | curl, whois |
4242
| [kdeconnect](kdeconnect) | Send selected files to an Android device [] | sh | kdeconnect-cli |
4343
| [launch](launch) | GUI application launcher | sh | fzf |
44-
| [mimelist](mimelist) | List files by mime in subtree | sh | - |
44+
| [mimelist](mimelist) | List files by mime in subtree | sh | file/mimetype |
4545
| [moclyrics](moclyrics) | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |
4646
| [mocq](mocq) | Queue/play selection/dir/file in moc [] | sh | [moc](http://moc.daper.net/) |
4747
| [mp3conv](mp3conv) | Extract audio from multimedia as mp3 | sh | ffmpeg |

‎plugins/mimelist

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
# Description: Find and list files by mime type in smart context
44
#
5+
# Dependencies:
6+
# - file
7+
# - mimetype (optional, PERL File MimeInfo)
8+
#
59
# Shell: POSIX compliant
6-
# Author: Arun Prakash Jana
10+
# Author: Arun Prakash Jana, Michel DHOOGE
711

812
# shellcheck disable=SC1090,SC1091
913
. "$(dirname "$0")"/.nnn-plugin-helper

0 commit comments

Comments
 (0)
Please sign in to comment.