8menu is a tool that lets you supply arg pairs to create arbitrarily defined GUI launchers, it is inspired by plan9’s 9menu tool. The syntax is like this:
./8menu “click me here” “echo this is what happens when im clicked”
Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/fyne/v2/cmd/fyne@latest
fyne get github.com/donuts-are-good/8menu