https://github.com/psenger/directorywatcher
Watch a Directory recursively for changes and then execute a command.
https://github.com/psenger/directorywatcher
Last synced: 10 months ago
JSON representation
Watch a Directory recursively for changes and then execute a command.
- Host: GitHub
- URL: https://github.com/psenger/directorywatcher
- Owner: psenger
- License: mit
- Created: 2014-12-02T07:36:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T00:27:10.000Z (over 2 years ago)
- Last Synced: 2024-04-14T14:29:52.361Z (over 1 year ago)
- Language: Java
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DirectoryWatcher
================
[](https://travis-ci.org/psenger/DirectoryWatcher)
DirectoryWatcher is designed to watch a given directory, optionally recursively, for changes to the children files and then execute a defined command. This is very similar to the github project [Guard](https://github.com/guard/guard) but is written in Java 1.7 and designed to execute one command.