Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenchan/gh-furik
:octocat: GitHub CLI extension to show your activities for Retrospective.
https://github.com/kenchan/gh-furik
gh-extension
Last synced: 3 months ago
JSON representation
:octocat: GitHub CLI extension to show your activities for Retrospective.
- Host: GitHub
- URL: https://github.com/kenchan/gh-furik
- Owner: kenchan
- License: mit
- Created: 2022-04-13T11:20:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T05:06:03.000Z (over 2 years ago)
- Last Synced: 2024-10-17T13:46:34.510Z (3 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-furik
GitHub CLI extension to show your activities for Retrospective.
```
$ gh furik### kenchan/gh-furik
- [Issues](https://github.com/kenchan/gh-furik/issues/1): 1.0 Release
### pepabo/colormeshop-wp-plugin
- [IssueComment](https://github.com/pepabo/colormeshop-wp-plugin/pull/154#issuecomment-1100030256): Bump phpcompatibility/phpcompatibility-wp from 2.1.2 to 2.1.3
- [IssueComment](https://github.com/pepabo/colormeshop-wp-plugin/pull/154#issuecomment-1100030509): Bump phpcompatibility/phpcompatibility-wp from 2.1.2 to 2.1.3
- [PullRequestReview](https://github.com/pepabo/colormeshop-wp-plugin/pull/152#pullrequestreview-830114010): Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.1
```## Installation
```
gh extension install kenchan/gh-furik
```## Usage
Show your yesterday's activities.
```
gh furik
```If you use GitHub Enterprise Server, use `--hostname` option.
```
gh furik --hostname your.ghes.hostname
```The date range can be changed with `--from` and `--to`.
```
gh furik --from 2022-04-01 --to 2022-04-10
```This extension uses the [GitHub Events API](https://docs.github.com/ja/rest/reference/activity#events). There is a limit to the amount of data that can be get with that API.
## Related Project
- [pepabo/furik: GitHub activity summary for Retrospective](https://github.com/pepabo/furik)
## License
MIT