Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elazar/gitlab-hud
- Owner: elazar
- License: mit
- Created: 2017-06-01T13:16:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T03:10:27.000Z (over 7 years ago)
- Last Synced: 2024-10-20T06:32:40.755Z (2 months ago)
- Topics: cli, git, gitlab
- Language: PHP
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)