github.com/DiversionCompany/notify@v0.9.9/README.md (about)

     1  notify [![GoDoc](https://godoc.org/github.com/rjeczalik/notify?status.svg)](https://godoc.org/github.com/rjeczalik/notify)
     2  ======
     3  
     4  Filesystem event notification library on steroids.
     5  
     6  *Forked from*
     7  
     8  This was forked from [syncthing:notify](https://github.com/syncthing:notify) which was forked in turn from [rjeczalik/notify](https://github.com/rjeczalik/notify).
     9  
    10  To sync changes into this repo:
    11  
    12  ```shell
    13  git remote add rjeczalik https://github.com/rjeczalik/notify.git
    14  git remote add syncthing https://github.com/syncthing/notify.git
    15  
    16  git fetch <remote>
    17  git merge <remote>/master
    18  ```
    19  
    20  *Documentation*
    21  
    22  [godoc.org/github.com/rjeczalik/notify](https://godoc.org/github.com/rjeczalik/notify)
    23  
    24  *Installation*
    25  
    26  ```
    27  ~ $ go get -u github.com/rjeczalik/notify
    28  ```
    29  
    30  *Projects using notify*
    31  
    32  - [github.com/rjeczalik/cmd/notify](https://godoc.org/github.com/rjeczalik/cmd/notify)
    33  - [github.com/cortesi/devd](https://github.com/cortesi/devd)
    34  - [github.com/cortesi/modd](https://github.com/cortesi/modd)
    35  - [github.com/syncthing/syncthing](https://github.com/syncthing/syncthing)
    36  - [github.com/OrlovEvgeny/TinyJPG](https://github.com/OrlovEvgeny/TinyJPG)
    37  - [github.com/mitranim/gow](https://github.com/mitranim/gow)