[ 源代码: ruby-listen ]
软件包:ruby-listen(3.9.0-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