mqmenu is a menu and application launcher that allows the creation of complex menus. It uses a simple-yet-powerful syntax that allows loops, nested submenus,... and can display special menu entries (with text areas, combo boxes,...).
It is inspired by jvinla's myGtkMenu.
mqmenu is an open-source software published under the GNU General Public License v3.0. You can download it with Git by cloning https://github.com/adrillon/mqmenu.git
. Alternatively, you can browse the repository.
To build mqmenu from source, you need Qt 5. Run qmake && make
in the src
folder.
mqmenu ships with a manual page (MQMENU(1)
). You can read it with man
or online.
The file exemple.menu covers the major features of mqmenu. You can read it to have a better understanding of the syntax, and see what it does by running mqmenu -c exemple.menu
.