jtnelson / stalk

The stalk utility is used to continuously recursively watch one or more directories for file changes (e.g. creation, deletion, modification) and subsequently execute a shell command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stalk

The stalk utility is used to continuously watch one or more directories for changes (e.g. creation, deletion, modification) and subsequently execute a shell command. An example use case is watching for changes to source code to recompile and rebuild the application on the fly.

About

The stalk utility is used to continuously recursively watch one or more directories for file changes (e.g. creation, deletion, modification) and subsequently execute a shell command.

License:MIT License


Languages

Language:Java 100.0%