Desktop application launcher
Go to file
Trevor Slocum 587492082e Update dependencies 2020-10-01 19:03:19 -07:00
cmd Update dependencies 2020-10-01 19:03:19 -07:00
pkg/gmenu Update dependencies 2020-01-27 16:23:47 -08:00
.gitignore gtkmenu: Add icon support 2019-08-01 01:45:44 -07:00
.gitlab-ci.yml Handle cached icon loading errors 2020-01-27 08:25:38 -08:00
CHANGELOG Update dependencies 2020-10-01 19:03:19 -07:00
LICENSE Update dependencies 2020-10-01 19:03:19 -07:00
README.md Handle cached icon loading errors 2020-01-27 08:25:38 -08:00
go.mod Update dependencies 2020-10-01 19:03:19 -07:00
go.sum Update dependencies 2020-10-01 19:03:19 -07:00
goreleaser.yml Handle keypad enter key 2020-07-20 21:28:45 -07:00

README.md

gmenu

GoDoc CI status Donate

Desktop application launcher

Note: Linux is currently the only supported OS.

Screenshots

Console

GUI

Download

Download gmenu and gtkmenu binaries

Compile

Console

go get gitlab.com/tslocum/gmenu/cmd/gmenu

GUI

go get gitlab.com/tslocum/gmenu/cmd/gtkmenu

Usage

Start typing the name of an application or shortcut and, when necessary, use the arrow keys to select the desired entry.

Press Enter to run normally, or press ALT+Enter to run in a terminal.

The input buffer may be executed as a shell command by selecting the last entry in the list.

Support

Please share issues and suggestions here.

Integration Example - sway/i3 + alacritty

Console

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 750 260

GUI

bindsym $mod+d exec --no-startup-id gtkmenu --width 500 --height 260