yume2 - easy way to make custom menus Code
Status: Beta
Brought to you by:
jwpat7
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2009-03-13 | jwpat7 | [r2] Initial ci of all current files for yume2 project |
| doc | 2011-01-11 | jwpat7 | [r34] update |
| examples | 2011-01-11 | jwpat7 | [r35] put yume on separate line |
| src | 2011-01-11 | jwpat7 | [r27] Updated |
| INSTALL | 2011-01-11 | jwpat7 | [r29] Overhauled INSTALL |
| Makefile | 2009-03-13 | jwpat7 | [r2] Initial ci of all current files for yume2 project |
| Makefile.inc | 2011-01-11 | jwpat7 | [r32] update |
| README | 2011-01-11 | jwpat7 | [r28] Moved note re INSTALL to front |
| change-log | 2011-01-11 | jwpat7 | [r34] update |
$Id$
To make yume, see directions in INSTALL. That file explains
how to get the xforms library which yume uses to draw graphic
objects, and how to make yume.
yume is a menu system with user-editable, mouse-activated shell
commands, based on the xforms library for X Window System. It
creates and runs a menu based on user-provided arguments.
For example,
yume -bu date ls -ex &
creates a menu window with three buttons, labeled date, ls, exit.
Clicking the button labeled date runs the date command and displays
the result in the window where yume started; clicking the ls button
runs the ls command; clicking exit closes the menu window.
As another example,
yume -do 'ls -al' 'cal -3' &
makes a menu window with two "do" items, with command text in an
editing box where you can change it, and with the option to turn
on "roll-over" operation, where an item is executed when the mouse
cursor crosses it.
For more examples, cd to the yume2/examples directory after you
make yume, and enter the command ./yume-examples. Also, see
man yume and man yume-examples.
- jiw, 11 Jan 2011