/inotifywaitgo

Binding for inotifywait in golang, Fetch any directory event in your linux server easily. Fsnotify alternative

Primary LanguageGoMIT LicenseMIT

inotifywaitgo

Binding for inotifywait in golang, Fetch any directory event in your linux server easily. Fsnotify alternative

  • Works with mounted volumes in Docker linux containers

Author: pablodz

Install dependencies

# Ubuntu Install inotify-tools
sudo apt-get install inotify-tools

# Centos Install inotify-tools
sudo yum install inotify-tools

# Mac Install inotify-tools
brew install inotify-tools

# Manjaro Install inotify-tools
sudo pacman -S inotify-tools

Example

Example