From 6ca9323d32887491cd4fb815b17ff5e480974f5e Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 20 Dec 2013 17:49:00 -0800 Subject: [PATCH] Initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67556f8 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +FileWatcher +=========== + +FileWatcher is currently a Windows only C# and IronPython driven program for running scripts when files are changed. I plan on upgrading it to be driven by C++ and Python for performance reasons, and I might make an effort to make it cross platform in the future (don't hold your breath).