Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elazar/gitlab-hud

A personal heads up display for GitLab
https://github.com/elazar/gitlab-hud

cli git gitlab

Last synced: 17 days ago
JSON representation

A personal heads up display for GitLab

Awesome Lists containing this project

README

        

# GitLab HUD

A personal heads up display for GitLab.

Currently in an alpha state. Issues and pull requests are appreciated.

## Installation

[Use Composer](http://getcomposer.org/).

```
composer global require elazar/gitlab-hud
```

## Usage

Run this inside a git repository.

```
gitlab-hud show
```

Or outside a git repository by providing the base to its root directory.

```
gitlab-hud show path/to/repo
```

## Roadmap

* Listing of and option to delete branches for merged or closed merge requests

## License

[MIT](https://en.wikipedia.org/wiki/MIT_License)