Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.29 KB

mqmenu

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.

Screenshots

Screenshot 1 Screenshot 2

Download

Source code

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.

Documentation

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.