Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@stephannv stephannv released this 07 Sep 14:55

First release

Simple file watcher using pure Crystal, 0 dependencies.

FileWatcher.watch("/path/to/folder/**/*.txt") do |event|
  puts event.path # Path to file, eg. "path/to/folder/file.txt"
end