-
Notifications
You must be signed in to change notification settings - Fork 0
License
ralight/treewatch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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].
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published