-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (24 loc) · 774 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
dio - dynamic i/o
=================
dio is a generic input output program for X. It reads list items from stdin.
These items can be played on selection, by order or randomly. Items can
also be filtered or removed. dio can also generate text for stdout from
user input.
Requirements
------------
In order to build dio you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (dio is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dio (if
necessary as root):
make clean install
Running dio
-----------
See the man page for details. Some examples in bin/ can be installed
(as root) with:
make bin
Links
-----
See http://code.google.com/p/dynamic-io/