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.
- Host: GitHub
- URL: https://github.com/joehillen/gitnotified
- Owner: joehillen
- License: mit
- Created: 2017-11-05T10:11:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T22:43:36.000Z (over 5 years ago)
- Last Synced: 2025-04-12T03:55:02.942Z (about 1 year ago)
- Topics: git, notifications
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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