Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openpeeps/watchout

⚡️ A fast, small, lightweight filesystem monitor. Yellin' for changes!
https://github.com/openpeeps/watchout

app cross-platform file-change-notifications file-monitor file-monitoring filesystem language-agnostic monitoring-tool nim-lang watchout

Last synced: about 1 month ago
JSON representation

⚡️ A fast, small, lightweight filesystem monitor. Yellin' for changes!

Awesome Lists containing this project

README

        




⚡️ A fast, small, lightweight filesystem monitor. Yellin' for changes!



API reference | Download (not yet)

Github Actions Github Actions

## 😍 Key Features
todo
- [x] Open Source | `MIT` license

## Installing
```
nimble install watchout
```

## Examples
```nim
import watchout

proc onFound(file: File) =
echo "Found"
echo file.getPath

proc onChange(file: File) =
echo "Changed"
echo file.getPath

proc onDelete(file: File) =
echo "Deleted"
echo file.getPath

var w = newWatchout("../tests/*.nim", onChange, onFound, onDelete)
w.start(waitThreads = true)
```

### ❤ Contributions & Support
- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/watchout/issues)
- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/watchout/fork)
- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
- 🥰 [Donate to OpenPeeps via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)

### 🎩 License
Watchout [MIT license](https://github.com/openpeeps/watchout/blob/main/LICENSE).

Copyright © 2023 OpenPeeps & Contributors — All rights reserved.