Desktop application launcher
Go to file
Trevor Slocum 574520f15d Release v0.1.0 2019-07-11 21:15:25 -07:00
.builds Support quoted commands, execute non-matching input 2019-06-28 03:10:41 -07:00
cmd/gmenu Use gocui for UI 2019-07-11 18:18:54 -07:00
pkg Use gocui for UI 2019-07-11 18:18:54 -07:00
.gitignore Initial commit 2019-06-26 09:05:49 -07:00
CHANGELOG Release v0.1.0 2019-07-11 21:15:25 -07:00
LICENSE Initial commit 2019-06-26 09:05:49 -07:00
README.md Release v0.1.0 2019-07-11 21:15:25 -07:00
go.mod Use gocui for UI 2019-07-11 18:18:54 -07:00
go.sum Use gocui for UI 2019-07-11 18:18:54 -07:00
goreleaser.yml Initial commit 2019-06-26 09:05:49 -07:00

README.md

gmenu

GoDoc builds.sr.ht status Donate

Desktop application launcher

Warning: Experimental

Only a terminal interface has been implemented. A GTK interface is planned.

Installation

go get git.sr.ht/~tslocum/gmenu/cmd/gmenu

Usage

GUI

Coming soon

Console

sway/i3 + alacritty:

bindsym $mod+d exec --no-startup-id alacritty --class gmenu --title gmenu --working-directory ~ -e gmenu
for_window [app_id="gmenu"] floating enable; resize set 675 170