nnn/plugins/sxiv
Arun Prakash Jana 5cf3471716
Plugins!
2019-04-18 20:32:53 +05:30

9 lines
159 B
Bash
Executable file

#!/usr/bin/env sh
# Description: Open images in current directory in sxiv
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana
sxiv -q * >/dev/null 2>&1 &