https://github.com/elcritch/dmon-nim
https://github.com/elcritch/dmon-nim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elcritch/dmon-nim
- Owner: elcritch
- License: bsd-2-clause
- Created: 2025-01-15T22:07:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:07:58.000Z (8 months ago)
- Last Synced: 2025-05-07T13:58:12.766Z (5 months ago)
- Language: C
- Size: 501 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dmon
Monitor file changes in directories. Supports recursive file monitoring!
This is an idiomatic Nim port of the C library [dmon](https://github.com/septag/dmon) by [@septag](https://twitter.com/septagh).
# Status
Platform support:
- [x] MacOS
- [x] Linux
- [~] Windows - compiles with wine but untested
- [ ] BSD