- Description:
- menu for X
- Owner:
- Last Change:
- Clone URL:
Commit Briefs
update README (main, origin/main, tags/0.3)
fix redrawnig when moving mouse pointer over a new item
Removed fallthroughs, excepting the simplest cases -- relying on fallthroughs seems like a bad idea.
use variables instead of config.mk
config.mk turned out to only make things harder, especially with packaging. From now on it should be possible to type things like `make CFALGS="-some -extra -flags"' and expect them to work.
redraw on xexpose & bump version to 0.2.1 (tags/0.2.1)
bump version to 0.2 (tags/0.2)
Branches
Tree
CHANGES | commits | blame |
COPYING | commits | blame |
Makefile | commits | blame |
README | commits | blame |
version.mk | commits | blame |
xitems.1 | commits | blame |
xitems.c | commits | blame |
README
xitems is a menu utility for X, it can be controled with keyboard and with mouse. A list of items, along with an optional list of keys for quick selection is read on stdin. The chosen item is printed on stdout. To install, run `make', followed by `make install' (possibly as root): $ make # make install