Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s1s1ty/gittivity

Desktop notifier for git browser activity
https://github.com/s1s1ty/gittivity

git-activity git-notification github-api linux-notifier mac-notify python window-notifer

Last synced: about 1 month ago
JSON representation

Desktop notifier for git browser activity

Awesome Lists containing this project

README

        

# gittivity
[![HitCount](http://hits.dwyl.io/s1s1ty/gittivity.svg)](http://hits.dwyl.io/s1s1ty/gittivity)

Desktop notifier for git browser activity(working for mac, windows and linux)

![demo](./images/demo.png)

## Installation
Make sure you have `python` and `pip` install in your machine.
```
pip install gittivity
```

## Quick Start

##### For help

```
gittivity
```

#### Run
```
nohup gittivity-start [] &
```
example: nohup gittivity-start s1s1ty &

Note : setting is optional here, by default `n`

### what is setting?
If you want to get only your repo related notifications then put `y` otherwise `n`

###### NOTE: you don't get follow event notifications. Because github restricted it.
![gn](./images/gn.png)

### Stop gittivity

```
gittivity-stop
```

** If anyone want to contribute, please send me PR on my `development` branch.