Skip to content

piotrekno1/file-change-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

File Change Monitor

A simple Python script for executing shell tasks upon monitored file change.

Usage

  • '-i', '--interval', How often to check for updates (seconds), default=1
  • '-p', '--pattern', Pattern for files to minitor, default='.*'
  • '-c', '--cmd', Command to execute upon file change
  • '-v', '--verbose', Verbose mode

About

Simple python script executing shell command upon file change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages