github_desktop_notifications

Version, currently master branch1 version
  • master branchlatestMay 11, 2020

github.com/jhass/github_desktop_notifications

Libnotify based desktop notifications for Github

17 stars
0 dependents
License: Apache-2.0

Installation

# Add this to your shard.yml
dependencies:
  github_desktop_notifications:
    github: jhass/github_desktop_notifications
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
Apache-2.0
Author
Jonne Haß <me@jhass.eu>
Target
  • github_desktop_notifications from src/github_desktop_notifications.cr

Dependencies

Runtime Dependencies

  • gobject~> 0.6.0github: jhass/crystal-gobject

README

# Github desktop notifications


Optimized for Gnome, but should be working with any DE that supports
libnotify.

#### Dependencies

* [Crystal](http://crystal-lang.org)
* libnotify
* Gtk


#### Setup

```bash
crystal deps
```


#### Compile & run

```bash
crystal src/github_desktop_notifications.cr
```