open-github-action.nvim

Neovim plugin to open the GitHub action or reusable workflow source code in the browser.

Stars
4
Committers
1

Open GitHub Action

Opens the GitHub Action or reusable Workflow source code from Neovim. This is especially useful for reusable workflows in your organization to quickly look at workflow parameters and source code.

Demo

Installation

With lazy.vim:

{
  "amirkarimi/open-github-action.nvim",
  opts = {},
},

Usage

Move the cursor on the GitHub action or reusable workflow name and press gwx. It opens the source code in the browser.