38 lines
407 B
Markdown
38 lines
407 B
Markdown
# GitHub CLI
|
|
|
|
### GitHub PR List
|
|
|
|
<img width="600" src="./gh-pr.gif" />
|
|
|
|
```
|
|
Output examples/gh-cli/gh-pr.gif
|
|
|
|
Type "gh pr list --state all"
|
|
Sleep 500ms
|
|
Enter
|
|
|
|
Sleep 5s
|
|
```
|
|
|
|
### GitHub Issue List
|
|
|
|
<img width="600" src="./gh-issue.gif" />
|
|
|
|
```
|
|
Output examples/gh-cli/gh-issue.gif
|
|
|
|
Type "gh issue list"
|
|
Sleep 500ms
|
|
Enter 1
|
|
Sleep 4s
|
|
|
|
Ctrl+L
|
|
Sleep 500ms
|
|
|
|
Type "gh issue view 19"
|
|
Sleep 500ms
|
|
Enter
|
|
|
|
Sleep 5s
|
|
```
|