An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/filewatcher


https://github.com/feenkcom/filewatcher

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# filewatcher

is a simple library for watching files and directories on the filesystem and receiving events when something happens to them.

It comes bundled with [Glamorous Toolkit](https://gtoolkit.com).

##Installation

```smalltalk
Metacello new
baseline: 'Filewatcher';
repository: 'github://feenkcom/filewatcher:main/src';
load
```


Have fun!