From 5050039b496596ed296d512f532f355b648ff3a3 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 29 Sep 2020 13:36:53 +0100 Subject: [PATCH] Update README.md (#20) --- README.md | 7 +++++-- setup.cfg | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3cce3f..e95ac7c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.cfg b/setup.cfg index 4dc16f3..bcda131 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -37,6 +37,8 @@ classifiers = keywords = gerrit git + github + review [options] use_scm_version = True