yhtml improvements

master
Daniel Napora 2022-06-29 16:09:37 +02:00
parent c64e998752
commit 2a2151fdf7
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
file=${1}
title=${2:-yhtml}
title=${2:-"Mabox Linux Doc"}
width=${3:-800}
height=${4:-600}
@ -13,6 +13,8 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \
https) xdg-open "${line}" &;;
run) ${line##*//} &;;
config) geany "$HOME/${line#*//}" &;;
term) terminator -e "${line#*//}" &;;
termo) terminator -e "${line#*//};bash" &;;
*) echo "No URI";;
esac
done