浏览代码
Load dir after hovered image
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
plugins/imgsxiv
|
|
@@ -9,7 +9,7 @@ |
|
|
|
if command -v sxiv >/dev/null 2>&1; then |
|
|
|
if ! [ -z "$1" ]; then |
|
|
|
if [ -f "$1" ]; then |
|
|
|
sxiv -q "$PWD" |
|
|
|
sxiv -q "$1" "$PWD" |
|
|
|
elif [ -d "$1" ] || [ -h "$1" ]; then |
|
|
|
sxiv -qt "$1" |
|
|
|
fi |
|
|
|