Reviews – A TUI for monitoring code review requests across multiple repositoriesgithub.com2 points·by apoclyps·قبل 5 سنوات·1 comments
apoclyps·قبل 4 سنوات·discussI wanted to try budibase in order to evaluate and compare it without hosting it myself, is that something I can do for free on the cloud product?
apoclyps·قبل 5 سنوات·discussWhat is it?Reviews is a terminal UI Dashboard for monitoring requests for code review across several Github repositories and pull requests.How to use it?You can install it directly from PyPi and configure it to use and provide your configuration like sopip install reviewsThe following is example configuration for the TUI:export GITHUB_TOKEN="your-token-here" export GITHUB_USER="apoclyps" export REPOSITORY_CONFIGURATION="apoclyps/micropython-by-example,apoclyps/reviews,apoclyps/magic-home,datadog/dd-trace-py"Once configured you can run it from your terminal using:reviews dashboard --no-reloadHow to get involved?The code is available on Github https://github.com/apoclyps/reviews and there is a small video demo on the repository. You can install and use it from PyPI: https://pypi.org/project/reviews/I've also created a number of an issue for first-time contributors, but I'm open to anyone creating a feature request for anything they would like to add. I'm always happy to receive feedback to improve reviews.