https://github.com/deadc0de6/gitell
Quickly get the status of all your local git repositories
https://github.com/deadc0de6/gitell
git
Last synced: about 1 month ago
JSON representation
Quickly get the status of all your local git repositories
- Host: GitHub
- URL: https://github.com/deadc0de6/gitell
- Owner: deadc0de6
- License: gpl-3.0
- Created: 2018-02-17T19:54:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T09:45:44.000Z (12 months ago)
- Last Synced: 2025-03-18T22:26:34.917Z (8 months ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 174 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/deadc0de6/gitell/actions)
[](http://www.gnu.org/licenses/gpl-3.0)
[](https://aur.archlinux.org/packages/gitell-git)
# 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.
```bash
$ ./gitell -h
gitell [-sDrv] [-d ] [ ...]
-d Depth to search for git directories (default: 4).
-s Use symbols instead of text.
-D Print debug information.
-r Print remotes.
-v Print version.
-h Print usage.
```
# Installation
Download `gitell` and copy it somewhere in your `$PATH`.
```bash
$ 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](https://aur.archlinux.org/packages/gitell-git/): [gitell-git](https://aur.archlinux.org/packages/gitell-git/).
# Related projects
These are similar projects that have inspired me for gitell:
* [https://github.com/StreakyCobra/gws](https://github.com/StreakyCobra/gws)
* [https://github.com/fboender/multi-git-status](https://github.com/fboender/multi-git-status)
* [https://github.com/MirkoLedda/git-summary](https://github.com/MirkoLedda/git-summary)
# 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.