Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/goshiteki
review tool
https://github.com/himanoa/goshiteki
Last synced: 20 days ago
JSON representation
review tool
- Host: GitHub
- URL: https://github.com/himanoa/goshiteki
- Owner: himanoa
- License: other
- Created: 2020-10-07T16:28:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T06:09:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T13:07:58.850Z (about 1 month ago)
- Language: Shell
- Size: 3.23 MB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Goshiteki
[![Gitter](https://badges.gitter.im/goshiteki/community.svg)](https://gitter.im/goshiteki/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
GitHub based code review tool for neovim.
![images.gif](./images/goshiteki.gif)
### Dependencies
- bash
- jq
- [GitHub CLI](https://github.com/cli/cli)
- [Neovim](https://github.com/neovim/neovim)### Installation
#### For [vim-plug](https://github.com/junegunn/vim-plug)
1 Write this line
```
# your .vimrcPlug 'himanoa/goshiteki'
```2 Run this command
```
gh auth login
```### Usages
1. Open the review target file for neovim
2. Execute `:GoshitekiStart` ex command.
3. Move the cursor to the place where you want to comment and execute `:GoshitekiLineComment`
4. Submit a review `:GoshitekiComment` or `GoshitekiApprove` or `GoshitekiRequestChanges`