aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/imgviu
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/imgviu')
-rwxr-xr-xplugins/imgviu10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/imgviu b/plugins/imgviu
deleted file mode 100755
index 200a459..0000000
--- a/plugins/imgviu
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env sh
-
-# Description: View an image or images in a directory in $PAGER
-#
-# Shell: POSIX compliant
-# Author: Arun Prakash Jana
-
-if ! [ -z "$1" ]; then
- viu -n "$1" | less -R
-fi