aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/nuke
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nuke')
-rwxr-xr-xplugins/nuke5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 8883034..6f08527 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -371,6 +371,11 @@ handle_multimedia() {
handle_mime() {
mimetype="${1}"
case "${mimetype}" in
+ ## Manpages
+ text/troff)
+ man -l "${FPATH}"
+ exit 0;;
+
## Text
text/* | */xml)
vi "${FPATH}"