-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80082b9
commit 2ed386d
Showing
5 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# gh-grass | ||
|
||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/koki-develop/gh-grass)](https://github.com/koki-develop/gh-grass/releases/latest) | ||
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/gh-grass/ci.yml?logo=github)](https://github.com/koki-develop/gh-grass/actions/workflows/ci.yml) | ||
[![Maintainability](https://img.shields.io/codeclimate/maintainability/koki-develop/gh-grass?style=flat&logo=codeclimate)](https://codeclimate.com/github/koki-develop/gh-grass/maintainability) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/koki-develop/gh-grass)](https://goreportcard.com/report/github.com/koki-develop/gh-grass) | ||
[![LICENSE](https://img.shields.io/github/license/koki-develop/gh-grass)](./LICENSE) | ||
|
||
sleep command with rich progress bar. | ||
|
||
![demo](./docs/demo.gif) | ||
|
||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [LICENSE](#license) | ||
|
||
## Installation | ||
|
||
```console | ||
$ gh extension install koki-develop/gh-grass | ||
``` | ||
|
||
## Usage | ||
|
||
```console | ||
$ gh grass | ||
``` | ||
|
||
![demo](./docs/demo.gif) | ||
|
||
### Specify a User | ||
|
||
You can specify a user with the `-u` or `--user` flag. | ||
|
||
```console | ||
$ gh grass --user <USERNAME> | ||
``` | ||
|
||
![](./docs/user.gif) | ||
|
||
## LICENSE | ||
|
||
[MIT](./LICENSE) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Output docs/demo.gif | ||
|
||
Require gh | ||
|
||
Set Shell "bash" | ||
Set FontSize 32 | ||
Set Width 2200 | ||
Set Height 600 | ||
Set PlaybackSpeed 0.6 | ||
|
||
Hide | ||
Type "go build ." Enter | ||
Type "gh extension remove grass" Enter | ||
Type "gh extension install ." Enter | ||
Type "gh grass --help" Enter | ||
Ctrl+l | ||
Sleep 3s | ||
Show | ||
|
||
Type "gh grass" Sleep 500ms Enter | ||
|
||
Sleep 5s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Output docs/user.gif | ||
|
||
Require gh | ||
|
||
Set Shell "bash" | ||
Set FontSize 32 | ||
Set Width 2200 | ||
Set Height 600 | ||
Set PlaybackSpeed 0.6 | ||
|
||
Hide | ||
Type "go build ." Enter | ||
Type "gh extension remove grass" Enter | ||
Type "gh extension install ." Enter | ||
Type "gh grass --help" Enter | ||
Ctrl+l | ||
Sleep 3s | ||
Show | ||
|
||
Type "gh grass --user koki-develop" Sleep 500ms Enter | ||
|
||
Sleep 5s |