-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (16 loc) · 821 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
treewatch
=========
treewatch is a simple program to watch a set of directories and execute a
program when there is a change in the files within the directories.
If run with no options it will watch the current directory for changes in .c,
.cpp and .h files and execute /usr/bin/make on changes.
Example:
treewatch -c /bin/echo -o "hello world" -f .txt
This example will run /bin/echo with the options "hello world" when files with
ending .txt are modified in the current directory. Run with -h or see the man
page for more options.
treewatch requires inotify support so will only work on Linux.
See TODO for possible future plans.
See http://atchoo.org/tools/treewatch/ for updates,
http://launchpad.net/treewatch to report bugs, make suggestions or do
translations. For anything else, contact [email protected].