I have built up a collection of bash scripts in a folder. Now want a GUI to make buttons out of them.
by arifd86 from LinuxQuestions.org on (#5CVE4)
What do you know would be the lightest/fastest way to have a GUI pop up that makes a button for every file (script) in a directory, and executes the script when clicked on.
I want to put it in my $PATH so that I can just type 'scripts' and a window pops up :)
I could use `whiptail` or even bash `select`, but i think i would like to click with a mouse. I'm running lxqt/openbox if that information is necessary.
Thanks


I want to put it in my $PATH so that I can just type 'scripts' and a window pops up :)
I could use `whiptail` or even bash `select`, but i think i would like to click with a mouse. I'm running lxqt/openbox if that information is necessary.
Thanks