Popularity
2.0
Stable
Activity
0.0
Stable
9
1
3

Code Quality Rank: L4
Monthly Downloads: 0
Programming language: C
License: MIT License

cassius alternatives and similar packages

Based on the "Files and Directories" category.
Alternatively, view cassius alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cassius or a related project?

Add another 'Files and Directories' Package

README

cassius

Build Status

monitor linux file system events
Cassius.watch("lib", :all)    # monitor events in a directory

monitored events are sent to the caller's pid

{:open, foobar}               #  {event, file_path} 

These are the events you can monitor specifically (:all monitors all events)

event defn.
:close file closed
:access file accessed
:attrib file metadata changed
:close_write file wrote and closed
:close_no_write file closed without write
:create file/directory created
:delete file/directory deleted
:delete_self file/directory itself deleted
:modify file modified
:move_self file/directory itself moved
:moved_from file left dir
:moved_to file entered dir
:open file opened