An open API service indexing awesome lists of open source software.

https://github.com/J-Siu/gh-events

List Github api `users/<USER>/received_events` output.
https://github.com/J-Siu/gh-events

event gh gh-extension go

Last synced: about 17 hours ago
JSON representation

List Github api `users/<USER>/received_events` output.

Awesome Lists containing this project

README

          

# gh-events

List Github api `users//received_events` output.

## Usage

### gh cli

Install

```sh
gh extension install https://github.com/J-Siu/gh-events
```

List events

```sh
gh events
```

### Standalone

```sh
List Github api 'users//received_events' output.

Usage:
gh-events [flags]

Flags:
-a, --all show skipped event
-c, --create-time show create time(UTC)
-f, --filter stringArray show events by action, type
-h, --help help for gh-events
-j, --json show json (all flags ignored except -f -p)
-l, --local-time show create time(local)
-p, --public show public events
-t, --type show event type
-u, --url show full url
-v, --version version for gh-events
```