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

https://github.com/joehillen/gitnotified

Show a desktop notification when there is a new commit to a remote git branch.
https://github.com/joehillen/gitnotified

git notifications

Last synced: 2 months ago
JSON representation

Show a desktop notification when there is a new commit to a remote git branch.

Awesome Lists containing this project

README

          

Usage: gitnotified [COMMAND]

Show a desktop notification when there is a new commit to a remote git branch.

Commands:
daemon Keep process runnings and recheck every 5 minutes (DEFAULT)
once Check each repo and exit
clean Remove the tracking note from the git repository

Configuration:
The config file is $XDG_CONFIG_DIR/gitnotified.conf

The config format is:

path/to/repo remote branch # comments are allowed

remote and branch are optional and default to origin and master