Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredcy/watcher
Application to react to file changes
https://github.com/fredcy/watcher
Last synced: 9 days ago
JSON representation
Application to react to file changes
- Host: GitHub
- URL: https://github.com/fredcy/watcher
- Owner: fredcy
- Created: 2014-03-07T16:50:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T20:01:07.000Z (over 10 years ago)
- Last Synced: 2024-08-01T13:30:25.075Z (3 months ago)
- Language: Go
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
watcher: command line utility reporting file system notifications
=======This package, built on the https://github.com/howeyc/fsnotify package, provides a command line
application that watches multiple directories and/or files for changes
and reports those changes by printing the file names on standard output.When a file is being changed frequently, such as a file being written
by a download, watcher waits for the file to become quiescent before
reporting the change. The latency interval is a command line option.Watcher also adds the same latency to report multiple files at once
that have changed in the same latency period.