Skip to content
/ watcher Public

Watch files and directories and run command when changes happen

Notifications You must be signed in to change notification settings

jaswdr/watcher

Repository files navigation

Watcher

Watch files and directories and run command when changes happen

Build Status

Instalation

Download on the releases page.

or you can use GoBinaries and install it from command line.

curl -sf https://gobinaries.com/jaswdr/watcher | sh

Usage

$ watch "ls" .

Each time a file is updated the command will be run.

Development

Clone the repository.

$ git clone https://github.com/jaswdr/watcher

Install dependencies.

$ make dep

(Optional) Make your own snapshot

$ make snapshot