shdown / cmenu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmenu is a multi-column dynamic menu for the terminal. It is written in standard C99 using the POSIX standard.

It parses column information (column widths and headers) passed in arguments, shows the menu to the user and interacts with the controlling process using two file descriptors (which must be passed via -infd=FD and -outfd=FD). For more information on usage, see “USAGE.md”.

Once the user selects an entry, it reports this to the controlling process and exits.

The protocol of communication with the controlling process is very simple and line-based (see “PROTOCOL.md”); the controlling process can even be a shell script.

The wifi_menu.py is an example that presents an interactive menu for choosing a Wi-Fi network to connect to. It uses the iwd D-Bus API and the iwctl binary from the iwd project.

screenshot

About


Languages

Language:C 73.1%Language:Python 19.5%Language:Shell 6.2%Language:Makefile 1.2%