emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.04k stars 328 forks source link

Similar s/w also called fswatch #254

Open birbilis opened 4 years ago

birbilis commented 4 years ago

Came across this similar s/w (also available in docker hub) that seems to have the same name (guess that could cause confusion

uses fsnotify (which has an interesting table on various methods for notifications in different OS'es): https://github.com/fsnotify/fsnotify https://github.com/fsnotify/fsnotify#faq https://godoc.org/github.com/fsnotify/fsnotify https://pkg.go.dev/github.com/fsnotify/fsnotify?tab=doc

emcrisostomo commented 3 years ago

Thanks for the heads-up @birbilis