[ 源代码: ruby-listen ]
软件包:ruby-listen(3.1.5-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
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-rb-inotify (>= 0.9)
- Ruby wrapper for Linux's inotify, using FFI