nnn/scripts/user-scripts/sxiv.sh

9 lines
149 B
Bash
Raw Normal View History

2019-01-03 17:35:51 +00:00
#!/usr/bin/env sh
# Description: Open images in current directory in sxiv
#
# Shell: generic
# Author: Arun Prakash Jana
sxiv -q * >/dev/null 2>&1