Registry / utility / rb-fsevent

rb-fsevent

JSON →
library0.11.2rbrubygemsunverified

FSEvents API with Signals catching (without RubyCocoa) for macOS file system event monitoring.

gem install rb-fsevent
INSTALL
IMPORT
SIG · RB-FSEVENT
R
rb-fsevent
utilityrubyv0.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FSEvent
✓ require 'rb-fsevent'

Monitor a directory for file system changes using FSEvents.

require 'rb-fsevent' stream = FSEvent.new stream.watch('/path/to/dir') do |events| puts "Changed: #{events}" end stream.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rb-fsevent — gem install rb-fsevent · libregistry