Watches folders or files for changes and writes those changes to stdout. The idea is that the output could be piped into a script that may take action on those events. Works on most operating systems (I've tested Windows and Linux).
 
 
 
Go to file
Sean McArdle e86eb7cac3 Added giteye ignore entry. 2017-11-13 10:39:13 -08:00
include Added parg.h header 2017-06-21 22:43:25 -07:00
lib/efsw Added project files 2017-06-21 22:37:26 -07:00
.gitignore Added giteye ignore entry. 2017-11-13 10:39:13 -08:00
CMakeLists.txt Updated includes 2017-06-21 22:43:42 -07:00
LICENSE Added project files 2017-06-21 22:37:26 -07:00
main.cpp Help output with -h switch. Print time with each logged line. Write initial status to stderr removing noise from stdout. Changed inner loop sleep cadence. 2017-11-13 10:38:27 -08:00