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
- Host: GitHub
- URL: https://github.com/stoe/alfred-github-helper
- Owner: stoe
- License: mit
- Created: 2020-07-31T09:57:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:21:38.000Z (10 months ago)
- Last Synced: 2025-04-13T16:51:20.621Z (10 months ago)
- Topics: alfred, github, workflow
- Language: JavaScript
- Homepage: https://npm.im/@stoe/alfred-github-helper
- Size: 1.51 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
# `@stoe/alfred-github-helper`
[](https://github.com/stoe/alfred-github-helper/actions/workflows/test.yml) [](https://github.com/stoe/alfred-github-helper/actions/workflows/codeql.yml) [](https://github.com/stoe/alfred-github-helper/actions/workflows/publish.yml) [](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


### Bookmarks

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


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