module Watcher
Defined in:
watcher.crwatcher/version.cr
Constant Summary
-
TIMESTAMPS =
{} of String => String
-
VERSION =
"0.1.0"
Class Method Summary
-
.interval=(value : Int32)
Allow to change file scan time interval
-
.timestamp_for(file : String)
Get file timestamp using File.stat
-
.watch(files, &)
Allow to watch file changes using Watcher.watch