README.md

# [Ding](https://hex.pm/packages/ding)

`Ding` handles desktop notifications on your local PC. Plays nice alongside:

* [terminal-notifier](https://github.com/julienXX/terminal-notifier)
* [notify-send](https://manpages.ubuntu.com/manpages/xenial/man1/notify-send.1.html)
* [tmux-notify](https://github.com/rickstaa/tmux-notify)
* your console label (titlebar)

Only OS X and Linux are enabled so far; seeking help on Windows dialogues!

I based this code on modules originally appearing inside [ex_unit_notifier].
This package is a copy of only the general-purpose notification logic.
Some modules and options are renamed,
and more handlers should someday be added,
to help `Ding` become a simple choice for pinging users from Elixir.

[ex_unit_notifier]: https://hexdocs.pm/ex_unit_notifier/readme.html

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ding` to your list of dependencies in `mix.exs`:

Please see more descriptions on [HexDocs](https://hexdocs.pm/ding)