https://github.com/feenkcom/filewatcher
https://github.com/feenkcom/filewatcher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feenkcom/filewatcher
- Owner: feenkcom
- Created: 2023-01-11T13:19:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T15:27:32.000Z (4 months ago)
- Last Synced: 2026-03-04T22:28:16.429Z (4 months ago)
- Language: Smalltalk
- Size: 71.3 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!