**Now** hopefully fixed the readme file.

This commit is contained in:
Brian 2013-12-20 20:21:08 -07:00
parent f96effd6fb
commit d21ec83e4e
1 changed files with 10 additions and 10 deletions

View File

@ -7,19 +7,19 @@ The program is still in Alpha, though it's basically useable. I still have some
Requirements Requirements
----------- -----------
*IronPython 2.7.3 * IronPython 2.7.3
Notes Notes
----------- -----------
*FileWatcher runs in the background, it's a taskbar application. So when you close the windows, the program is still running. To exit you have to open up the menu File>Exit, or right click on the icon in the taskbar and hit Exit. * FileWatcher runs in the background, it's a taskbar application. So when you close the windows, the program is still running. To exit you have to open up the menu File>Exit, or right click on the icon in the taskbar and hit Exit.
*Play/Stop buttons do not yet do anything. * 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 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. * There are some issues with running at startup that may not have been resolved in this version. I need to fix this.
Features Features
----------- -----------
*Script delay specifyable in units ms, s, m, and h. For instance, you can delay the script by "1s 500ms" or "1h 5m 25ms". This timer can be reset when a file is updated, or continue to count down when the first file was updated. * Script delay specifyable in units ms, s, m, and h. For instance, you can delay the script by "1s 500ms" or "1h 5m 25ms". This timer can be reset when a file is updated, or continue to count down when the first file was updated.
*Script file is monitored for changes and can be reloaded at the press of a button. * Script file is monitored for changes and can be reloaded at the press of a button.
*Script Shortcut button for opening your favorite text editor and quickly updating the script. * Script Shortcut button for opening your favorite text editor and quickly updating the script.
*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. * 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) * 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)