damontic / fsnotifier

Process that keeps a look at the inotify events and prints when a file system changes. Uses the github.com/fsnotify/fsnotify library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsnotifier

Process that keeps a look at the inotify events and prints when a file system changes. Uses the github.com/fsnotify/fsnotify library.

Usage of fsnotifier:
  -d string
    	Mandatory list of directories to watch separated by ',' (shorthand)
  -directories string
    	Mandatory list of directories to watch separated by ','
  -e string
    	List of directories to exclude separated by ','
    	Exclusion is executed when directory to be added starts with the excluded name, it doesnt have to match exactly. (shorthand)
  -excludes string
    	List of directories to exclude separated by ','
    	Exclusion is executed when directory to be added starts with the excluded name, it doesnt have to match exactly.

About

Process that keeps a look at the inotify events and prints when a file system changes. Uses the github.com/fsnotify/fsnotify library.


Languages

Language:Go 100.0%