1 20d2b121 2023-11-27 aa xitems is a pop-up menu for X, written in C with Xlib.
3 20d2b121 2023-11-27 aa It receives a menu description on stdin, and prints the chosen item on
4 20d2b121 2023-11-27 aa stdout. Items can be selected with mouse, or with keyboard shortcuts.
6 20d2b121 2023-11-27 aa It's one of the first X11 clients I've written, so the design may be a
9 20d2b121 2023-11-27 aa You can download one of the releases at [0], clone the git repository
10 20d2b121 2023-11-27 aa via [1], or browse it at [2].
12 20d2b121 2023-11-27 aa [0] {ftp,rsync,https}://manpager.org/pub/usr/aa/xitems/
13 4bed3c28 2023-12-31 aa [1] ssh://anon@git.manpager.org/xitems
14 20d2b121 2023-11-27 aa [2] https://git.manpager.org/?action=summary&path=xitems.git