Skip to content

s1s1ty/gittivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gittivity

HitCount

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

demo

Installation

Make sure you have python and pip install in your machine.

pip install gittivity

Quick Start

For help
gittivity

Run

nohup gittivity-start <your_github_handle> [<setting>] &

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

Stop gittivity

gittivity-stop

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