https://github.com/unlight/inotifywait-win32
Windows binaries of thekid/inotify-win
https://github.com/unlight/inotifywait-win32
inotify-tools inotifywait watch
Last synced: 3 months ago
JSON representation
Windows binaries of thekid/inotify-win
- Host: GitHub
- URL: https://github.com/unlight/inotifywait-win32
- Owner: unlight
- License: bsd-2-clause
- Created: 2019-02-02T19:36:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T11:30:03.000Z (over 6 years ago)
- Last Synced: 2024-12-27T01:25:49.583Z (5 months ago)
- Topics: inotify-tools, inotifywait, watch
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inotifywait-win32
Windows binaries of [thekid/inotify-win](https://github.com/thekid/inotify-win)## USAGE
```
while true; do
inotifywait-win32 -r src && eslint
done
```