Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirkarimi/open-github-action.nvim
Neovim plugin to open the GitHub action or reusable workflow source code in the browser.
https://github.com/amirkarimi/open-github-action.nvim
github-actions neovim neovim-plugin nvim
Last synced: about 1 month ago
JSON representation
Neovim plugin to open the GitHub action or reusable workflow source code in the browser.
- Host: GitHub
- URL: https://github.com/amirkarimi/open-github-action.nvim
- Owner: amirkarimi
- Created: 2024-08-11T23:08:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:15:18.000Z (3 months ago)
- Last Synced: 2024-09-29T06:03:39.250Z (about 2 months ago)
- Topics: github-actions, neovim, neovim-plugin, nvim
- Language: Lua
- Homepage:
- Size: 1.65 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/user-attachments/assets/a129f155-d6d3-4a5c-8a45-ae021525df14)
## Installation
With [lazy.vim](https://github.com/folke/lazy.nvim):
```lua
{
"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.