Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 584 Bytes

watchdir

A simple tool to find newly operations in specified directory, and do it recursively. It requires inotify to work properly.

When diving into deeper directory recursively, a directory will be ignored in the following situations:

  • no permission
  • symlink

Also by default, it will ignore what happend in hidden directories. Use -H/--include-hidden option to supress this behavior.

Usage

watchdir [OPTIONS] <DIR>

Installation

RUSTFLAGS="--cfg unsound_local_offset" cargo install --locked --git https://github.com/rydesun/watchdir