Hi HN, this is something I built four years ago; tkbash allows you to spin up interactive windows for Linux-like systems with just one or very few lines of bash commands. The idea might be familiar to you if you have worked with AutoHotkey on Windows before.<p>The only thing you need otherwise is having Tcl/Tk installed, a package often preinstalled on various distros. tkbash is a bash wrapper around Tk code.<p>Example:<p>$ tkbash mygui label label_id -x 10 -y 10 -w 50 -h 50 --text "Sample text"