All Projects → howeyc → cl-fsnotify

howeyc / cl-fsnotify

Licence: ISC license
File system notifications

Programming Languages

common lisp
692 projects
cl-fsnotify is created to expose the same file notification interface
for both Linux, BSD, and possibly (in future) windows.

Copyright (c) 2012 Chris Howey
Released under the ISC License.


  Supported Common Lisp Implementations and OSs
|===============================================|
|   Common Lisp   |      Operating Systems      |
| Implementations | BSD | OSX | Linux | Windows |
------------------------------------------------|
| CCL             |  Y  |  Y  |   Y   |         |
------------------------------------------------|
| SBCL            |  Y  |  Y  |   Y   |         |
|===============================================|


Future Plans:
- Expose fsnotify instance so you can have multiple open at a time.
- Windows Support


Note:
Files that are created under a watched directory are automatically
added to the watch list. This includes created directories as well.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].