[ 原始碼: ruby-listen ]
套件:ruby-listen(3.2.1-1)
Ruby library listening to file modifications
This Ruby library listens to file modifications and notifies you about the changes.
It detects file modification, addition and removal, and supports multiple directories from a single listener. It uses checksum comparison for modifications made under the same second, and allows supplying regexp-patterns to ignore and filter paths for better results.
其他與 ruby-listen 有關的套件
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-rb-inotify (>= 0.9.10)
- Ruby wrapper for Linux's inotify, using FFI