https://github.com/robvanderleek/ghmeister
GitHub terminal client
https://github.com/robvanderleek/ghmeister
cli github python terminal tui
Last synced: 8 months ago
JSON representation
GitHub terminal client
- Host: GitHub
- URL: https://github.com/robvanderleek/ghmeister
- Owner: robvanderleek
- License: mit
- Created: 2023-11-11T09:40:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T20:53:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T15:39:51.648Z (over 1 year ago)
- Topics: cli, github, python, terminal, tui
- Language: Python
- Homepage: https://ghmeister-docs.vercel.app
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GH Meister
GitHub management made easy.
# Introduction
# Quickstart
## Installation
To install GH Meister in an isolated Python environment using
[pipx](https://pipx.pypa.io/stable/) run:
```shell
pipx install ghmeister
```
# Development
## Release to PyPi
1. Create a distribution build:
```shell
poetry build
```
2. Publish to PyPi:
```shell
poetry publish
```
## Local installation using pipx
To install the `main` branch locally run:
```shell
pipx install git+https://github.com/robvanderleek/ghmeister.git
```
Or to install another branch locally run:
```shell
pip install git+https://github.com/robvanderleek/ghmeister.git@issue-123
```
## Building the binary distribution
Generate a self-contained binary:
```shell
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](https://github.com/robvanderleek/ghmeister/issues)! All and any
contributions are appreciated.
To show your project uses GH Meister place this badge in the README markdown:
[](https://github.com/robvanderleek/ghmeister)
```
[](https://github.com/robvanderleek/ghmeister)
```
# License
[MIT](LICENSE) © 2023 Rob van der Leek
(https://twitter.com/robvanderleek)