1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-11 17:24:06 +00:00
nnn/plugins/sxiv

9 lines
159 B
Text
Raw Normal View History

2019-01-03 23:05:51 +05:30
#!/usr/bin/env sh
# Description: Open images in current directory in sxiv
#
2019-04-18 10:29:47 +05:30
# Shell: POSIX compliant
2019-01-03 23:05:51 +05:30
# Author: Arun Prakash Jana
2019-01-04 23:01:24 +05:30
sxiv -q * >/dev/null 2>&1 &