Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rennancockles/pyfsmon
- Owner: rennancockles
- License: gpl-3.0
- Created: 2017-12-08T19:44:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T17:34:21.000Z (about 7 years ago)
- Last Synced: 2024-11-08T13:19:11.684Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 4.4 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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