Skip to content

Cross-platform script for monitoring changes in the filesystem

License

Notifications You must be signed in to change notification settings

rennancockles/pyfsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python FileSystem Monitor

A cross-platform script for monitoring changes in the filesystem

Usage

Usage: pyfsmon path

Optional Arguments

Command Description
-h, --help Show this help message and exit
-v, --version Show program's version number and exit
-r, --recursive Enable recursive watch
-c, --copy-files Copy created files to a path specified by --output-path
-R, --reverse-match Only watch files that NOT match the pattern
-M pattern Only watch files that match the pattern
-m pattern Only watch files that match the pattern case insensitive
-o output-path Path to place the output files. Current directory by default

About

Cross-platform script for monitoring changes in the filesystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages