1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-29 01:26:34 +00:00
nnn/user-scripts/sxiv.sh

9 lines
151 B
Bash
Raw Normal View History

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