mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-24 01:44:16 +01:00
Dynamic menu library and client program inspired by dmenu
074b2d1b58
and provide BEMENU_BACKEND env variable. Change API to reflect this change. There is no reliable way to detect when running on terminal (especially when stdin is a pipe), so we need to make curses backend explicit with BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend will be choosed automatically. |
||
---|---|---|
client | ||
CMake | ||
doxygen | ||
lib | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE-CLIENT | ||
LICENSE-LIB | ||
README.md |
bemenu
Dynamic menu library and client program inspired by dmenu
License
- GNU GPLv3 (or any later version) for client program[s] and other sources except library and bindings
- GNU LGPLv3 (or any later version) for library and bindings