robvanderleek / ghmeister

GitHub terminal client
https://ghmeister-docs.vercel.app
MIT License
0 stars 0 forks source link
cli github python terminal tui

GH Meister

GitHub management made easy.

Introduction

Quickstart

Installation

To install GH Meister in an isolated Python environment using pipx run:

pipx install ghmeister

Development

Release to PyPi

  1. Create a distribution build:

    poetry build
  2. Publish to PyPi:

    poetry publish

Local installation using pipx

To install the main branch locally run:

pipx install git+https://github.com/robvanderleek/ghmeister.git

Or to install another branch locally run:

pip install git+https://github.com/robvanderleek/ghmeister.git@issue-123

Building the binary distribution

Generate a self-contained binary:

poetry run poe bundle

Then run the executable dist/ghmeister/ghmeister.

Feedback, suggestions and bug reports

If you have suggestions for how GH Meister could be improved, or want to report a bug, open an issue! All and any contributions are appreciated.

To show your project uses GH Meister place this badge in the README markdown:

GH Meister

[![GH Meister](https://img.shields.io/badge/GH%20Meister-green.svg)](https://github.com/robvanderleek/ghmeister)

License

MIT © 2023 Rob van der Leek robvanderleek@gmail.com (https://twitter.com/robvanderleek)