Metadata-Version: 2.1
Name: gittivity
Version: 1.0.0
Summary: Git activity terminal notifier
Home-page: https://github.com/s1s1ty/gittivity/
Author: Shaonty Dutta
Author-email: shaonty.dutta@gmail.com
License: MIT
Description: # gittivity
        [![HitCount](http://hits.dwyl.io/s1s1ty/gittivity.svg)](http://hits.dwyl.io/s1s1ty/gittivity)
        
        Mac desktop notifier for git browser activity
        
        ![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 <your_github_handle> [<setting>] &
        ```
        <b>example: nohup gittivity-start s1s1ty & </b>
        
        <b>Note :</b> 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.
        
Keywords: Utilities,Terminal,Notifier
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
