aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/user-scripts/sxiv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/user-scripts/sxiv.sh')
-rw-r--r--scripts/user-scripts/sxiv.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/user-scripts/sxiv.sh b/scripts/user-scripts/sxiv.sh
new file mode 100644
index 0000000..2ee2398
--- /dev/null
+++ b/scripts/user-scripts/sxiv.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+# Description: Open images in current directory in sxiv
+#
+# Shell: generic
+# Author: Arun Prakash Jana
+
+sxiv -q * >/dev/null 2>&1