[ Bron: golang-github-cli-go-gh ]
Pakket: golang-github-cli-go-gh-dev (1.2.1-1)
Verwijzigingen voor golang-github-cli-go-gh-dev
Debian bronnen:
Het bronpakket golang-github-cli-go-gh downloaden:
- [golang-github-cli-go-gh_1.2.1-1.dsc]
- [golang-github-cli-go-gh_1.2.1.orig.tar.gz]
- [golang-github-cli-go-gh_1.2.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Go module for interacting with gh and the GitHub API from the command line
go-gh is a Go module for CLI Go applications and gh extensions that want a convenient way to interact with gh, and the GitHub API using gh environment configuration.
go-gh supports multiple ways of getting access to gh functionality:
* Helpers that automatically read a gh config to authenticate themselves * gh.Exec shells out to a gh install on your machine
If you'd like to use go-gh on systems without gh installed and configured, you can provide custom authentication details to the go-gh API helpers.
Andere aan golang-github-cli-go-gh-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-charmbracelet-glamour-dev (>= 0.5.0)
- stylesheet-based markdown rendering for your CLI apps (Go library)
-
- dep: golang-github-cli-browser-dev (>= 1.1.0)
- helpers to open URLs, files, or readers in a web browser (Go library)
-
- dep: golang-github-cli-safeexec-dev (>= 1.0.0)
- safer version of exec.LookPath on Windows
-
- dep: golang-github-cli-shurcool-graphql-dev (>= 0.0.2)
- GraphQL client implementation for Go (GitHub CLI fork)
-
- dep: golang-github-google-shlex-dev (>= 0.0~git20191202.e7afc7f)
- Simple lexer for Go that supports shell-style rules
-
- dep: golang-github-henvic-httpretty-dev (>= 0.0.6)
- Prints HTTP requests made with Go pretty on your terminal.
-
- dep: golang-github-itchyny-gojq-dev (>= 0.12.8)
- pure Go implementation of jq (library)
-
- dep: golang-github-makenowjust-heredoc-dev (>= 1.0.0)
- Convert strings to here documents in Go
-
- dep: golang-github-mgutz-ansi-dev (>= 0.0~git20200706.d51e80e)
- Small, fast library to create ANSI colored strings and codes
-
- dep: golang-github-muesli-reflow-dev (>= 0.3.0)
- collection of (ANSI-sequence aware) text reflow operations & algorithms
-
- dep: golang-github-muesli-termenv-dev (>= 0.12.0)
- Advanced ANSI style & color support for your terminal applications
-
- dep: golang-github-stretchr-testify-dev (>= 1.7.0)
- sacred extension to the standard Go testing package
-
- dep: golang-github-thlib-go-timezone-local-dev (>= 0.0~git20210907.ef149e4)
- get the full name of the local timezone (Go library)
-
- dep: golang-golang-x-sys-dev (>= 0.5.0)
- Low-level interaction with the operating system
-
- dep: golang-golang-x-term-dev (>= 0.7.0)
- Go terminal and console support (library)
-
- dep: golang-gopkg-h2non-gock.v1-dev (>= 1.1.2)
- HTTP traffic mocking and testing made easy in Go
-
- dep: golang-gopkg-yaml.v3-dev (>= 3.0.1)
- YAML support for the Go language