app icon

8menu

Developer
puggy pug
About

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”

app screenshot

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
Or you can download the code directly from git:
git clone https://github.com/donuts-are-good/8menu