1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-18 20:39:45 +00:00
nnn/user-scripts/sxiv.sh
2019-02-19 16:08:37 +05:30

8 lines
151 B
Bash

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