logoalt Hacker News

a1otoday at 1:51 AM1 replyview on HN

I haven’t used myself but in Linux there is also zenity

https://linux.die.net/man/1/zenity

I have seen scripts that use it for a quick GUI.

I really dislike using Powershell as a shell, but it looks like on Windows specifically it also has some gui thing that is somewhat similar to a .NET like zenity.


Replies

edoceotoday at 3:03 AM

This seems modal driven. Like calling MsgBox on windows. Wish (iirc) let me get multiple labels, input and buttons in an Hbox/Vbox type layout.