Skip to content

Quickly get the status of all your local git repositories

License

Notifications You must be signed in to change notification settings

deadc0de6/gitell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests Status License: GPL v3 AUR

GITELL

Quickly get multiple git repositories status

If you manage multiple git repositories and want to quickly get an overview of the status of those repositories, gitell can help.

Either provide it with directories to search for git repos to inspect or run it directly from the location where all your gits are.

Usage

Per default gitell will search for git repositories in the directory where it is called from.

$ ./gitell -h

gitell [-vs] [-d <depth>] [<path> ...]

	-d <depth> 	Depth to search for git directories (default: 4).
	-s		Use symbols instead of text.
	-h		Print usage.
	-v		Print version.

Installation

Download gitell and copy it somewhere in your path.

$ wget https://raw.githubusercontent.com/deadc0de6/gitell/master/gitell -O /tmp/gitell
$ chmod +x /tmp/gitell
$ sudo cp /tmp/gitell /usr/local/bin/

Gitell is also available on aur: gitell-git.

Related projects

These are similar projects that have inspired me for gitell:

Contribution

If you are having trouble using gitell, open an issue.

If you want to contribute, feel free to do a PR.

License

This project is licensed under the terms of the GPLv3 license.

About

Quickly get the status of all your local git repositories

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages