yhtml fix open dir

master
Daniel Napora 2022-06-19 20:25:23 +02:00
parent 487843653f
commit c64e998752
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \
| while read -r line; do
case ${line%:*} in
https) xdg-open "${line}" &;;
run) ${line##*/} &;;
run) ${line##*//} &;;
config) geany "$HOME/${line#*//}" &;;
*) echo "No URI";;
esac