Skip to content

A port of the inotify-wait tool for Windows

Notifications You must be signed in to change notification settings

ashi009/inotify-win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

inotify-win

A port of the inotifywait tool for Windows, see https://github.com/rvoicilas/inotify-tools

Compiling

Run make in this directory. This will create the executable, inotifywait.exe.

Usage

The command line arguments are similar to the original one's:

$ ./inotifywait.exe
Usage: inotifywait [options] path [...]

Options:
-r/--recursive:  Recursively watch all files and subdirectories inside path
-m/--monitor:    Keep running until killed (e.g. via Ctrl+C)
-q/--quiet:      Do not output information about actions
-e/--event list: Which events (create, modify, delete, move) to watch, comma-separated. Default: all
--format format: Format string for output.

Formats:
%e             : Event name
%f             : File name
%w             : Path name
%T             : Current date and time

About

A port of the inotify-wait tool for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.3%
  • Shell 3.7%