forked from RepoMirrors/bemenu
22 lines
866 B
Plaintext
22 lines
866 B
Plaintext
/**
|
|
@mainpage Main Page
|
|
|
|
bemenu is a dynamic menu library and client program inspired by dmenu.
|
|
You can create flexible menu oriented programs using the library interface in your favorite language that has bemenu bindings avaialable.
|
|
|
|
Unlike old dmenu approach, with library you don't have to feed unneccessary metadata into client program and parse the result.
|
|
Instead your program will be aware of the items and possible metadata inside the menu.
|
|
It's also possible to use multiple menus or dynamically remove/insert items.
|
|
|
|
Features:
|
|
- Multiple layouts
|
|
- Different filtering algorithms:
|
|
- Vanilla dmenu filtering
|
|
- Rendering backends (UI toolkits are loaded dynamically, not depended):
|
|
- Curses
|
|
|
|
bemenu also provides 'bemenu' executable that is compatible with dmenu interface.
|
|
|
|
Get started on the <a href="modules.html">Modules</a> page.
|
|
*/
|