Code Monkey home page Code Monkey logo

git-dude's Introduction

git-dude

git-dude is a simple git desktop notifier. It monitors git repositories in given directory for new commits and branches and shows desktop notification if anything new arrived.

How it works

It simply uses git fetch and parses its output to see what has changed. Then it formats new commit messages with git log and shows desktop notification with notify-send (Linux) or growlnotify (OSX). All of this in infinite loop.

How does it look

Fedora:

git-dude on Fedora

Ubuntu:

git-dude on Ubuntu

OSX:

git-dude on Mac OSX

Requirements

On Linux:

  • notify-send (Fedora: libnotify package, Ubuntu: libnotify-bin package)

On OSX:

Installation

$ curl -skL https://github.com/sickill/git-dude/raw/master/git-dude >~/bin/git-dude
$ chmod +x ~/bin/git-dude

Usage

git-dude expects you have a dedicated directory that contains git repositories (as direct children).

$ mkdir ~/.git-dude
$ cd ~/.git-dude
$ git clone --mirror some-repo-url
$ git clone --mirror other-repo-url

Symlinked repositories work too. This way you can monitor already cloned projects:

$ cd ~/.git-dude
$ ln -s ~/code/existing-repo

Now, from dude directory run:

$ cd ~/.git-dude
$ git dude

You can also pass directory name as first argument to specify which directory to monitor instead of pwd.

$ cd ~
$ git dude ~/.git-dude

This way you can have multiple dude directories each being monitored by separate git-dude process.

Configuration

Set how often git-dude should check for changes (in seconds, default: 60):

$ git config --global dude.interval 30

Set path to icon used by desktop notifications (default: none):

$ git config --global dude.icon ~/.git-dude/github_32.png

Author

Marcin Kulik (http://ku1ik.com/ | @sickill)

git-dude's People

Contributors

callumj avatar ku1ik avatar maw avatar stelinx avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.