yhtml fix open dir
parent
487843653f
commit
c64e998752
|
@ -11,7 +11,7 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \
|
||||||
| while read -r line; do
|
| while read -r line; do
|
||||||
case ${line%:*} in
|
case ${line%:*} in
|
||||||
https) xdg-open "${line}" &;;
|
https) xdg-open "${line}" &;;
|
||||||
run) ${line##*/} &;;
|
run) ${line##*//} &;;
|
||||||
config) geany "$HOME/${line#*//}" &;;
|
config) geany "$HOME/${line#*//}" &;;
|
||||||
*) echo "No URI";;
|
*) echo "No URI";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue