Skip to content

Commit

Permalink
Update README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 29, 2020
1 parent 0fa0063 commit 5050039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# gri : Gerrit Reduced Interface
# gri : Git Reduced Interface

`gri` is a CLI tool that **lists git reviews** from multiple servers
in a way that makes easier to to identify which one need you attention.

Currently supported backends are Gerrit and GitHub but it should be easy to
add others if needed.

![screenshot](https://sbarnea.com/ss/Screen-Shot-2020-09-18-10-41-05.06.png)

## Features

* combines results from multiple Gerrit servers
* combines results from multiple Gerrit or GitHub servers
* uses terminal clickable links to make it easy to access these reviews
* displays important metadata related to reviews in a compressed format
* reviews are sorted based on probablility of getting merged
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = gri
description = Gerrit Review Interface
description = Git Review Interface for Gerrit and Github
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Sorin Sbarnea
Expand Down Expand Up @@ -37,6 +37,8 @@ classifiers =
keywords =
gerrit
git
github
review

[options]
use_scm_version = True
Expand Down

0 comments on commit 5050039

Please sign in to comment.