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