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

https://github.com/stoe/alfred-github-helper

Bookmarks and @-mention Alfred GitHub Helper
https://github.com/stoe/alfred-github-helper

alfred github workflow

Last synced: 9 months ago
JSON representation

Bookmarks and @-mention Alfred GitHub Helper

Awesome Lists containing this project

README

          

# `@stoe/alfred-github-helper`

[![test](https://github.com/stoe/alfred-github-helper/actions/workflows/test.yml/badge.svg)](https://github.com/stoe/alfred-github-helper/actions/workflows/test.yml) [![codeql](https://github.com/stoe/alfred-github-helper/actions/workflows/codeql.yml/badge.svg)](https://github.com/stoe/alfred-github-helper/actions/workflows/codeql.yml) [![publish](https://github.com/stoe/alfred-github-helper/actions/workflows/publish.yml/badge.svg)](https://github.com/stoe/alfred-github-helper/actions/workflows/publish.yml) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

> Alfred GitHub Helper

## Installation

```sh
$ npm install -g @stoe/alfred-github-helper@1.0.0
```

You might need to [configuring npm for use with GitHub Packages](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages) first:

```sh
$ npm config set @stoe:registry https://npm.pkg.github.com/
$ npm login --registry=https://npm.pkg.github.com/ --scope=@stoe
```

See also https://docs.npmjs.com/misc/scope#associating-a-scope-with-a-registry

## Usage

### Preparation

![no GitHub token](.github/assets/no-token.png)
![no org nor team](.github/assets/no-org-team.png)

### Bookmarks

![bookmarks example](.github/assets/bookmarks.png)

In your homefolder create a file called `.alfred-github-helper-bookmarks.json` and add your bookmarks following the below example:

```json
[
{
"uid": "alfred-github-helper",
"title": "alfred-github-helper",
"cmds": ["alfred-github-helper"],
"url": "https://github.com/stoe/alfred-github-helper"
}
]
```

### Teams and members

![teams and members example](.github/assets/teams-members.png)
![member quicklook example](.github/assets/quicklook.png)

## License

- [MIT](./license) © [Stefan Stölzle](https://github.com/stoe)
- [Code of Conduct](./.github/code_of_conduct.md)