项目作者: c-bata

项目描述 :
An interactive GitHub CLI featuring auto-complete.
高级语言: Go
项目地址: git://github.com/c-bata/gh-prompt.git
创建时间: 2020-02-13T11:06:22Z
项目社区:https://github.com/c-bata/gh-prompt

开源协议:MIT License

下载


gh-prompt

Software License
GoDoc

An interactive GitHub CLI featuring auto-complete. This tool provides powerful completion to GitHub’s official CLI.

GIF animation

You can walk through issues, create pull requests, checkout pull requests locally, and more.
See https://cli.github.com/ for details.

Installation

Homebrew (for macOS users)

  1. $ brew install c-bata/gh-prompt/gh-prompt

Downloading standalone binary

Binaries are available from github release.


macOS (darwin) - amd64

wget https://github.com/c-bata/gh-prompt/releases/download/v0.0.1/gh-prompt_darwin_x86_64.zip unzip gh-prompt_darwin_x86_64.zip chmod +x gh-prompt sudo mv ./gh-prompt /usr/local/bin/gh-prompt


Linux - amd64

wget https://github.com/c-bata/gh-prompt/releases/download/v0.0.1/gh-prompt_linux_x86_64.zip unzip gh-prompt_linux_x86_64.zip chmod +x gh-prompt sudo mv ./gh-prompt /usr/local/bin/gh-prompt


Linux - i386

wget https://github.com/c-bata/gh-prompt/releases/download/v0.0.1/gh-prompt_linux_i386.zip unzip gh-prompt_linux_i386.zip chmod +x gh-prompt sudo mv ./gh-prompt /usr/local/bin/gh-prompt

Building from source

  1. $ git clone git@github.com:c-bata/gh-prompt.git
  2. $ cd gh-prompt
  3. $ make build

You can create multi-platform binaries via goreleaser:

  1. $ goreleaser --snapshot --skip-publish --rm-dist

LICENSE

This software is licensed under the MIT License (See LICENSE).