Skip to content

hemarkus/fswatch

 
 

Repository files navigation

fswatch - Watch for changes in file system

Purpose

Watch for any changes recursively in specific directories.

Docker image: williamyeh/fswatch

Detailed article: Inotify in Containers.

Binary

Executable binaries for 3 platforms are provided in this image. You can extract them under Linux or Mac OS X:

% docker run  -v $(pwd):/mnt  williamyeh/fswatch  ./copy-files.sh

or under Windows:

C:> docker run  -v %cd%:/mnt  williamyeh/fswatch  ./copy-files.sh

Usage

fswatch - Watch for changes in file system.

Usage:
  fswatch <dir>...

Reference

LICENSE

Apache License 2.0. See the LICENSE file.

Packages

No packages published

Languages

  • Go 32.2%
  • HTML 30.0%
  • Dockerfile 14.2%
  • JavaScript 5.8%
  • Ruby 5.1%
  • Shell 4.8%
  • Other 7.9%