Ubuntu – git indicator to get notification on commit, pull

gitindicatornotificationsoftware-recommendation

Is there an indicator for watching a git repository and get notification on commit, push, … ?

Searching "indicator ubuntu git watch repository" send me a lot of indicator hosted on github… can't find anything usefull for this…

Best Answer

I wrote a little python program that does what you're looking for. It's a bit rough around the edges, so I'd appreciate any feedback you might have.

ubuntu git indicator

To use it, run git-indicator from a directory that contains one or more git repositories (like you'd use git-dude).

Example:

~$ git clone https://github.com/itsadok/git-indicator.git ~/.git-indicator
~$ cd ~/repos
~/repos$ ls
repo1 repo2 repo3
~/repos$ ~/.git-indicator/git-indicator.py &
Related Question