Download List

Descripción del Proyecto

git-info-bar is a ksh, bash, gitbash, and Git shell plugin that endeavors to provide a fast and pronounced view of various git attributes when you are under the umbrella of a git repository. Its main feature, the 'info bar' (information bar), displays the following information: current branch (in 'red' if on master); current cksum (in 'red' if there are uncommitted changes, and an 'uncommitted changes' message in the message area); and stash count in the message area if you have stashes. It includes an install script and removal scripts. It is currently only tested in Bash, GitBash and ksh93. It was previously named 'bash-git', but the name has been transitioned to 'git-info-bar', as a long-term goal is cross-shell compatibility using a Perl back-end.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-13 07:17
1.1.2

Esta versión de secuencias de comandos de eliminación consolida y mejora el proceso de eliminación. Optimiza la rutina de instalación. Cambia el formato del texto "rama:" en la barra de información. Corrige algunos errores que aparecieron bajo ciertas condiciones.
Tags: Stable
This release consolidates removal scripts and improves the removal process. It streamlines the installation routine. It changes the formatting of the text "BRANCH:" in the info bar. It fixes a few bugs that appeared under certain conditions.

2012-03-11 04:16
1.1.1

Esta versión agrega soporte de gitbash (para usuarios de MS Windows GIT) y correcciones de errores menores en el programa de instalación y la versión de Perl.
Tags: Stable, 1.1.1
This release adds gitbash support (for MS Windows GIT users) and minor bugfixes in the installer and the Perl version.

2012-03-08 21:35
1.1.0

Se agregó un plugin de versión de Perl (requiere Perl 5.4.0 o posterior). La estructura del directorio fue changef de 'bash-git' a la 'barra de información, git'. se agregó soporte de ksh93. Zsh integración comenzó.
Tags: Stable
A Perl version plugin was added (requires Perl 5.4.0 or later). The directory structure was changef from 'bash-git' to 'git-info-bar'. ksh93 support was added. zsh integration began.

2012-03-06 07:29
1.0.1

Func_GitCheck ha sido sacado de .bashrc directamente en favor de una metodología de plugin, que permitirá una mejor mantenimiento. Además, las notificaciones de ALIJO se agregaron a la barra de 'información' cuando hay elementos en el alijo. Desinstalar se agregaron secuencias de comandos.
Tags: Stable
Func_GitCheck has been pulled out of .bashrc directly in favor of a plugin methodology, which will allow for better maintenance. Moreover, STASH notifications have been added to the 'info' bar when there are items in your stash. Uninstall scripts have been added.

Project Resources