Skip to content

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

Notifications You must be signed in to change notification settings

amirkarimi/open-github-action.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

output.webm

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages