Skip to content

Installation

Get started using ENHANCE to manage your PRs GitHub Actions.

  1. Install the gh CLI

    Terminal window
    brew install gh # e.g. if on macOS

    Or, see the installation instructions for other platforms.

  2. Install this extension:

    Terminal window
    # if you're *not* in the insiders program
    gh extension install dlvhdr/gh-enhance
    # if you are in the insiders program
    gh extension install dlvhdr-insiders/gh-enhance
  3. To get the icons to render properly, you should download and install a Nerd font. Then, select that font as your font for your terminal of choice.

    Terminal window
    brew install --cask font-fira-code-nerd-font

How do I get these exact colors and font? The screenshots in this documentation use Ghostty with the tokyonight theme and the Fira Code Nerd Font. For the full setup, see these dotfiles.


If you want to install this extension manually, follow these steps:

  1. Clone the repo
  • If you’re not in the insiders program:

    Terminal window
    # Git
    git clone https://github.com/dlvhdr/gh-enhance
    # or with the GitHub CLI
    gh repo clone dlvhdr/gh-enhance
  • If you are in the insiders program:

    Terminal window
    # Git
    git clone https://github.com/dlvhdr-insiders/gh-enhance
    # or with the GitHub CLI
    gh repo clone dlvhdr-insiders/gh-enhance
  1. cd into it

    Terminal window
    cd gh-enhance
  2. Install it locally

    Terminal window
    gh extension install .