Giter VIP home page Giter VIP logo

git-indicator's Introduction

git-indicator for ubuntu

A simple ubuntu app indicator that lets you know if any of the monitored git repositories require attention.

Inspired by git-dude, and the late SVN-Monitor, RIP.

git-indicator is meant to work with checked out repositories, not bare ones. The idea is to tell you if there's a reason to do commit, push or pull your current branch.

Requirements

AFAIK, this thing only works on the latest ubuntu. By default, git-cola is used for committing.

Installation and Usage

Clone the git-indicator repository into some convenient location:

git clone https://github.com/itsadok/git-indicator ~/.git-indicator

If you don't have one yet, create a directory that will contain the repositories you want to monitor:

mkdir ~/monitored-repos
cd ~/monitored-repos
# You can clone a new repository into here,
git clone https://github.com/jquery/jquery
# You can move your repositories to be under here,
mv ~/projects/myawesomwapp ./
# Or you can just link them here, that works too.
ln -s ~/projects/myproject ./

To start git-indicator, run it from the monitored directory:

cd ~/monitored-repos
python ~/.git-indicator/git-indicator.py &

To do

Haven't figured out yet how to run it automatically on startup. Should probably show different icons based on actions required.

Author

Israel Tsadok. Code license - CC0.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

git-indicator's People

Contributors

itsadok avatar

Stargazers

Burak Fazıl ERTÜRK avatar Uffe Jakobsen avatar Nickolas Burr avatar anobilisgorse avatar cinvoke avatar Victor Martins avatar Djalil Chafai avatar Erwan avatar

Watchers

Djalil Chafai avatar

git-indicator's Issues

Non UTF-8 locale (ANSI_X3.4-1968) is not supported!

An error that says "Non UTF-8 locale (ANSI_X3.4-1968) is not supported!" occurred on terminal command when I try to click on the item notify list, like " needs to pull", and it do nothing after this. This maybe should to open a file or a git pull url page?

I'm using Ubuntu 16.04.

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.