gh.vim
gh.vim copied to clipboard
Vim/Neovim plugin for GitHub
## 👔 Overview Same as this. https://github.com/skanehira/github-tui/issues/5 ## 👖 How to achieve ## 🧦 Steps 1. Press `ghr` to quote rpely 2. Save buffer and post new comment
## 💪 Summary working on #21. ## 🏁 Goals fix to be able to set assignees when creating new issue.
- Add buffer that assignable user list - Limit 10 assignable users(This is GitHub specification)
## 👔 Overview Change issue creating procedure like `gh issue create`. It's will be more convenience when creating issues.  ## 👖 How to achieve Provide a UI for selecting...
## 👔 Overview Add file to Gist ## 👖 How to achieve Use update api to add new file https://docs.github.com/en/rest/reference/gists#update-a-gist ## 🧦 Steps 1. Use `gha` to open new gist...
## 🐛 Summary Can edit in comment list buffer when there no any comments. ## 💔 Enviroment - Vim Version: 8.2.2434 - OS: Mac ## 👀 Steps 1. Open comment...
## 👔 Overview Use `ghr` to rerun github actions workflow. ## 👖 How to achieve 1. Use API to rerun workflow. https://docs.github.com/en/rest/reference/actions#re-run-a-workflow ## 🧦 Steps 1. Open actions buffer 2....
## 👔 Overview Use `ghe` to edit PR body. ## 👖 How to achieve 1. Provid edit buffer named `gh://:owner/:repo/pulls/:number` 2. Use GraphQL API to get PR body. https://docs.github.com/en/graphql/reference/objects#pullrequest ```graphql...
## 👔 Overview Add feature that can delete selected gists. ## 👖 How to achieve 1. Add key map `ghd` to delete gist 1. If doesn't select any gist, then...