- The empty query shows notifications.
- Prefix a query with
i
to search issues and pull requests. - Prefix a query with
u
to search users and organizations. - Prefix a query with
r
to search repositories.
- Create an OAuth app on GitHub. (GitHub docs)
- Give it a name.
- Give it a random website.
- Add Redirect URI
albert://github/
. - Click Register application.
- Click Generate a new client secret.
- Insert Client ID and Client secret in the plugin settings and click the authorize button.
- Uses the GitHub Web API.
- See the used endpoints and scopes in
github.h
.