Releases: stephannv/file_watcher
Releases · stephannv/file_watcher
0.1.0
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