Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 528 Bytes

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