mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
da20785685
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b] Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
notify [![GoDoc](https://godoc.org/github.com/rjeczalik/notify?status.svg)](https://godoc.org/github.com/rjeczalik/notify) [![Build Status](https://img.shields.io/travis/rjeczalik/notify/master.svg)](https://travis-ci.org/rjeczalik/notify "inotify + FSEvents + kqueue") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/notify-246.svg)](https://ci.appveyor.com/project/rjeczalik/notify-246 "ReadDirectoryChangesW") [![Coverage Status](https://img.shields.io/coveralls/rjeczalik/notify/master.svg)](https://coveralls.io/r/rjeczalik/notify?branch=master)
|
|
======
|
|
|
|
Filesystem event notification library on steroids. (under active development)
|
|
|
|
*Documentation*
|
|
|
|
[godoc.org/github.com/rjeczalik/notify](https://godoc.org/github.com/rjeczalik/notify)
|
|
|
|
*Installation*
|
|
|
|
```
|
|
~ $ go get -u github.com/rjeczalik/notify
|
|
```
|
|
|
|
*Projects using notify*
|
|
|
|
- [github.com/rjeczalik/cmd/notify](https://godoc.org/github.com/rjeczalik/cmd/notify)
|
|
- [github.com/cortesi/devd](https://github.com/cortesi/devd)
|
|
- [github.com/cortesi/modd](https://github.com/cortesi/modd)
|
|
- [github.com/syncthing/syncthing-inotify](https://github.com/syncthing/syncthing-inotify)
|