Skip to content

A python program that watches a directory for files with a certain phrase

Notifications You must be signed in to change notification settings

rlivermorejr/Dirwatcher-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dirwatcher-python

Once you have your python interpreter set up, you should be okay to run program

Running the program

  • Start by running python dirwatcher.py --HELP or python dirwatcher.py -h

Arguments

  • -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

About

A python program that watches a directory for files with a certain phrase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages