aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mimelist
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:59:57 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:59:57 +0530
commit8568cd6770b3b17681ccab5e4dbff147754f3dbd (patch)
tree737a54b41249e838f1ca3f456585b055c361e808 /plugins/mimelist
parentcfbb8f21177bf376698fa4d3b625d9627c1237e9 (diff)
downloadnnn-8568cd6770b3b17681ccab5e4dbff147754f3dbd.tar.gz
Change requires to dependencies
Diffstat (limited to 'plugins/mimelist')
-rwxr-xr-xplugins/mimelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mimelist b/plugins/mimelist
index f179e6e..f38b5fe 100755
--- a/plugins/mimelist
+++ b/plugins/mimelist
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
# Description: Run fd/find in subtree and list files by mime type in smart context
-# Requires: fd/find
+# Dependencies: fd/find
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana