Skip to content

File system monitoring utility based on FSEvents API MacOS

Notifications You must be signed in to change notification settings

papuge/FSMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File System Monitor

Simple utility for macOS to watch files changes within a directory. Get info about modification details, time, size and checksum of the file.

Getting started

Prerequisites

MacOS 10.7 or higher.

Installing

Compile main.c file

clang main.c -framework CoreServices -o FSMonitor

and run it (if no arguments current directory by default)

./FSMonitor [path/to/directory]

About

File system monitoring utility based on FSEvents API MacOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages