Categorygithub.com/jaswdr/watcher
repositorypackage
1.0.2
Repository: https://github.com/jaswdr/watcher.git
Documentation: pkg.go.dev

# README

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