瀏覽代碼
Load dir after hovered image
master
Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 |
|
|
|