diff --git a/readme.md b/readme.md index 0cda146..94a7b11 100644 --- a/readme.md +++ b/readme.md @@ -228,6 +228,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module. - [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) - Like `fs.createWriteStream()`, but atomic. - [lnfs](https://github.com/kevva/lnfs) - Force create symlinks like `ln -fs`. +- [chokidar](https://github.com/paulmillr/chokidar) - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on OS X. +- [gaze](https://github.com/shama/gaze) - A globbing watch module which uses custom native binaries to listen to filesystem events. ### Control flow