Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rennancockles/pyfsmon

Cross-platform script for monitoring changes in the filesystem
https://github.com/rennancockles/pyfsmon

Last synced: 14 days ago
JSON representation

Cross-platform script for monitoring changes in the filesystem

Awesome Lists containing this project

README

        

# 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