No description
Find a file
Jaremy Creechley b068e274bd bump version
2025-01-29 04:07:03 -07:00
.github/workflows run on main 2025-01-29 04:05:51 -07:00
src Tweaks (#2) 2025-01-29 13:03:32 +02:00
tests Tweaks (#2) 2025-01-29 13:03:32 +02:00
.gitignore Add linux port (#1) 2025-01-16 12:09:09 +02:00
config.nims Tweaks (#2) 2025-01-29 13:03:32 +02:00
dmon.nimble bump version 2025-01-29 04:07:03 -07:00
LICENSE Create LICENSE 2025-01-16 00:07:46 +02:00
README.md windows example compiles - untested 2025-01-16 21:21:32 -07:00

Dmon

Monitor file changes in directories. Supports recursive file monitoring!

This is an idiomatic Nim port of the C library dmon by @septag.

Status

Platform support:

  • MacOS
  • Linux
  • [~] Windows - compiles with wine but untested
  • BSD