nnn/user-scripts/sxiv.sh

9 lines
151 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
2019-01-04 17:31:24 +00:00
sxiv -q * >/dev/null 2>&1 &