Modernize your Bash Scripts by adding GUI
1–10 of 72 posts
Re: Modernize your Bash Scripts by adding GUI
#2Nope.
I am a scripter. I will never get tired of raw text, but I sure get tired of GUIs, fast. If the author had pitched this as a way to make the scripter's scripts accessible to others who do not understand scripts, I would have a different response.
Re: Modernize your Bash Scripts by adding GUI
#3Re: Modernize your Bash Scripts by adding GUI
#4Re: Modernize your Bash Scripts by adding GUI
#5Re: Modernize your Bash Scripts by adding GUI
#6This is such a backwards way of thinking. Like modernizing math by using little colored blocks with symbols written on them, because your tired of using boring old white and black pencil and paper... It's what you do to entertain children into being interested in something, not how adults get stuff done.
Re: Modernize your Bash Scripts by adding GUI
#7Re: Modernize your Bash Scripts by adding GUI
#8Re: Modernize your Bash Scripts by adding GUI
#9For example, I have a script bound to Super+Y that opens a youtube video inside a local video player. Before it starts the video it shows a zenity popup with the URL so I can confirm that it is correct.
Re: Modernize your Bash Scripts by adding GUI
#10If you just need to display some text or at most you need a "yes/no" answer that integrates well with your bash script, you could try herbe[1]. I was somewhat inspired by zenity, but it felt too heavy for my minimal use case. [1] https://github.com/dudik/herbe
alias n="notify-send Completed."