All Projects → sandeep1995 → Git Extra Status

sandeep1995 / Git Extra Status

Licence: mit
Get more information for a single or batch of git repositories with a single command

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Git Extra Status

Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (+1669.61%)
Mutual labels:  utility, terminal
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (+6.86%)
Mutual labels:  utility, terminal
Beautifultable
Python package for printing visually appealing tables on a terminal.
Stars: ✭ 110 (+7.84%)
Mutual labels:  utility, terminal
Synth Shell
Boost your terminal, script by script
Stars: ✭ 217 (+112.75%)
Mutual labels:  utility, terminal
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+2665.69%)
Mutual labels:  utility, terminal
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+4690.2%)
Mutual labels:  utility, terminal
Haxor News
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
Stars: ✭ 3,342 (+3176.47%)
Mutual labels:  utility, terminal
Goat
POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)
Stars: ✭ 27 (-73.53%)
Mutual labels:  utility, terminal
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-3.92%)
Mutual labels:  terminal
Jvm Mon
Console-based JVM monitoring tool
Stars: ✭ 1,365 (+1238.24%)
Mutual labels:  terminal
Scelight
The source code of the Scelight project with all its modules.
Stars: ✭ 97 (-4.9%)
Mutual labels:  utility
Cancer
It's terminal.
Stars: ✭ 98 (-3.92%)
Mutual labels:  terminal
Jsonabc
Sorts JSON object alphabetically. It supports nested objects, arrays and collections. Works offline and beautifies JSON object too.
Stars: ✭ 100 (-1.96%)
Mutual labels:  utility
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-3.92%)
Mutual labels:  terminal
Gql
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Stars: ✭ 101 (-0.98%)
Mutual labels:  terminal
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-5.88%)
Mutual labels:  terminal
Gameviewlayouter
A utility script that layouts game views with multiple displays.
Stars: ✭ 97 (-4.9%)
Mutual labels:  utility
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  terminal
Tty Exit
Terminal exit codes.
Stars: ✭ 101 (-0.98%)
Mutual labels:  terminal
Bash Oneliner
A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.
Stars: ✭ 1,359 (+1232.35%)
Mutual labels:  terminal

Logo Get more information for a single or multiple repositories with a single command.

Inspiration

Simultaneously working with multiple git repositories can be really annoying. Like the knowing the current branch names, is there anything to pull or push, or Do I have any uncommitted changes?

ges tries to solve this problem.

Installation

  1. Clone the repository in your home directory
cd $HOME; git clone https://github.com/sandeep1995/git-extra-status.git
  1. Add the bin path in your global path. You can do it in your .bash_profile or .bashrc or .zshrc file.
export PATH=$PATH:$HOME/git-extra-status/bin

Single usage

Go to any git repository and execute

ges

Git Extra Status Header Image

Batch Usage

Go to any directory with multiple git repositories and then execute

ges *

Detail Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].