Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Apr 17, 2023
1 parent 849147d commit cda7387
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ $ gh grass --user koki-develop

![](./assets/user.gif)

### Specify Time Period

```sh
$ gh grass --from "<yyyy-MM-dd>"
$ gh grass --to "<yyyy-MM-dd>"
$ gh grass --from "<yyyy-MM-dd>" --to "<yyyy-MM-dd>"
```

![](./assets/period.gif)

### Change Theme

```sh
Expand Down
Binary file added assets/period.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tapes/demo.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output docs/demo.gif
Output assets/demo.gif

Require gh

Expand Down
22 changes: 22 additions & 0 deletions tapes/period.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Output assets/period.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 --from "2023-03-01" --to "2023-03-31"' Sleep 500ms Enter

Sleep 5s

0 comments on commit cda7387

Please sign in to comment.