We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b3ab345
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