aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/imgviu
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-03 00:27:28 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-03 00:27:28 +0530
commit045ad3da75503b091d7b93f41ff7a0159a1a11e9 (patch)
tree60a5b5ee42930ead032d32487d7e5238181b64ce /plugins/imgviu
parent69377bbd89ba1dd6a3213e43d94d91d9c8914036 (diff)
downloadnnn-045ad3da75503b091d7b93f41ff7a0159a1a11e9.tar.gz
Merge plugins imgsxiv and imgviu
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