Go to file
2014-08-21 02:10:56 +03:00
client Identation. 2014-04-14 20:46:15 +03:00
doxygen Fix typo in Mainpage.dox 2014-04-12 23:05:12 +02:00
lib Skip whitespace when tokenizing too. 2014-08-21 02:10:56 +03:00
test Unfortunately we can't test curses on cronjob 2014-04-13 03:15:18 +03:00
.gitignore Ignore backup files 2014-03-18 21:20:26 +01:00
CMakeLists.txt Nicer doxygen output 2014-04-10 15:48:55 +03:00
LICENSE-CLIENT Add license for client[s] 2014-03-18 20:12:00 +01:00
LICENSE-LIB Add license for library and binding[s] 2014-03-18 20:15:05 +01:00
README.md No developer activity, so simplifying to just master branch. 2014-08-21 01:48:55 +03:00

bemenu

Dynamic menu library and client program inspired by dmenu

License

Project Guidelines

  • Coding style
    • Linux kernel coding style for C sources with following exceptions:
      • spaces not tabs
      • indentation size is 4 characters (spaces)
      • function and variable names are camelCase except for global constants
    • Standard style for Python
  • Build system - CMake
  • API documentation - Doxygen (JavaDoc style comments)