From 7a020b2ec7fde363c03eae0fdeef290ea8dbe75c Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 22 Dec 2013 13:44:38 -0700 Subject: [PATCH] Updated readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91a8b35..df2eb3b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Notes * Play/Stop buttons do not yet do anything. * There are currently no hot keys, only keyboard shortcuts when the program is open. If you have a request for specific types of hotkeys, let me know. * There are some issues with running at startup that may not have been resolved in this version. I need to fix this. +* Play/Stop buttons don't match the other icons because the icon pack doesn't contain such an option. I would like to fix this when I get the time. Features ----------- @@ -24,6 +25,7 @@ Features * If there's a problem with the script you'll be told what the basic issue is and where it is in the log window, or by hovering over the warning icon in the File Group where the script was loaded. * Create File Groups to monitor multiple directories, each group uses it's own script. (Currently you can't enable/disable groups, they're automatically active as long as everything is setup correctly) * System Tray notifications (currently not customizable, will be at a later time) +* Console supports some basic ANSII escape sequences for colorization and what have you. This will be upgraded to support more at a later time (or if I find a support library to do it for me). This allows FileWatcher to support the Python Colorama package for colored Python output. Screenshots -----------