| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
usage: controller.py [-h] [-d WATCH_DELAY] [-r] [-p PATTERN] [--watch-directories] path
Watchdog script for watching for files & directories' changes
positional arguments:
path
optional arguments:
-h, --help show this help message and exit
-d WATCH_DELAY, --watch-delay WATCH_DELAY
Watch delay, default is 1
-r, --recursive Whether to recursively watch for the path's children, default is False
-p PATTERN, --pattern PATTERN
Pattern of files to watch, default is .txt,.trc,.log
--watch-directories Whether to watch directories, default is True
python controller.py E:\watchdog --recursive -p .txt,.log
| Back | FazBrowse Home | New Git URL |