|
|
|
|
|
by dudik
2093 days ago
|
|
If 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 |
|
Did you wind up picking something else?