Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s1s1ty/gittivity
- Owner: s1s1ty
- License: mit
- Created: 2018-05-22T09:15:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T19:50:07.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T22:32:58.592Z (about 2 months ago)
- Topics: git-activity, git-notification, github-api, linux-notifier, mac-notify, python, window-notifer
- Language: Python
- Homepage:
- Size: 315 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.