- Start by running python dirwatcher.py --HELP or python dirwatcher.py -h
- -d or --directory (where to look)
- -i or --interval (how often, default 1 second)
- -e or --extension (what kind of file)
- -t or --text (what text are you looking for)
- Example:
- python dirwatcher.py -i 1 -d ~/home -e txt -t lorem
- Example: