An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

DirectoryWatcher
================

[![Build Status](https://travis-ci.org/psenger/DirectoryWatcher.svg)](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.