Skip to content
/ pywatchfs Public

A simple script to track all files accessed within a directory.

Notifications You must be signed in to change notification settings

mweb/pywatchfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pywatchfs

A simple script to track all files accessed within a directory.

Usage

usage: pywatchfs.py [-h] [--verbose] [--version] [--output OUTPUT] path

Listen on a directory for all kind of file access.

positional arguments:
  path                  The directory to observer

optional arguments:
  -h, --help            show this help message and exit
  --verbose, -v         enable verbose output
  --version             show program's version number and exit
  --output OUTPUT, -o OUTPUT
                        Use the given file as output instead of the stdout

TODO

  • The output parameter is currently not working
  • A filtered output instead of the live output would be nice

About

A simple script to track all files accessed within a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages