Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/papuge/FSMonitor
- Owner: papuge
- Created: 2020-04-14T16:56:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T15:22:25.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:21:36.820Z (6 months ago)
- Topics: filesystem, filesystem-events, macos, monitor, utility
- Language: C
- Size: 1.23 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```