Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/papuge/FSMonitor

File system monitoring utility based on FSEvents API MacOS
https://github.com/papuge/FSMonitor

filesystem filesystem-events macos monitor utility

Last synced: 3 months ago
JSON representation

File system monitoring utility based on FSEvents API MacOS

Awesome Lists containing this project

README

        

# 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]
```