Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webhippie/mygithub
Some tiny GitHub client utilities for daily work
https://github.com/webhippie/mygithub
cli client commands github
Last synced: about 5 hours ago
JSON representation
Some tiny GitHub client utilities for daily work
- Host: GitHub
- URL: https://github.com/webhippie/mygithub
- Owner: webhippie
- License: apache-2.0
- Created: 2015-12-01T11:58:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:02:55.000Z (6 months ago)
- Last Synced: 2024-05-22T20:25:24.184Z (6 months ago)
- Topics: cli, client, commands, github
- Language: Makefile
- Homepage: https://webhippie.github.io/mygithub/
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MyGitHub
[![Current Tag](https://img.shields.io/github/v/tag/webhippie/mygithub?sort=semver)](https://github.com/webhippie/mygithub) [![Build Status](https://github.com/webhippie/mygithub/actions/workflows/general.yml/badge.svg)](https://github.com/webhippie/mygithub/actions) [![Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org](https://img.shields.io/badge/matrix-%23webhippie-7bc9a4.svg)](https://matrix.to/#/#webhippie:matrix.org) [![Go Reference](https://pkg.go.dev/badge/github.com/webhippie/mygithub.svg)](https://pkg.go.dev/github.com/webhippie/mygithub) [![Go Report Card](https://goreportcard.com/badge/github.com/webhippie/mygithub)](https://goreportcard.com/report/github.com/webhippie/mygithub) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/834ea4bc5aa24dfebebb203fd26f45f8)](https://www.codacy.com/gh/webhippie/mygithub/dashboard?utm_source=github.com&utm_medium=referral&utm_content=webhippie/mygithub&utm_campaign=Badge_Grade)
As I'm iterating quite often across all repositories for specific GitHub
organizations I have created this small utility that currently just prints out
all available repositories for specific users or organizations. Maybe I will add
more features if I need it, this tool is more for personal use, but of course
you can use it if you like it.## Install
You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our Docker images published on [Docker Hub][dockerhub] or [Quay][quay].
If you need further guidance how to install this take a look at our
[documentation][docs].## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.17, at least that's the version we are using.```console
git clone https://github.com/webhippie/mygithub.git
cd mygithubmake generate build
./bin/mygithub -h
```## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[releases]: https://github.com/webhippie/mygithub/releases
[dockerhub]: https://hub.docker.com/r/webhippie/mygithub/tags/
[quay]: https://quay.io/repository/webhippie/mygithub?tab=tags
[docs]: https://webhippie.github.io/mygithub/#getting-started
[golang]: http://golang.org/doc/install.html