chrisgrieser / gitfred

Helpful GitHub Assistant for Alfred.
MIT License
15 stars 0 forks source link

Feature Request: search organization repos #1

Open 94929 opened 1 month ago

94929 commented 1 month ago

Feature Requested

Hi, thanks for the great work. I started using this project and so far so good. I think add the following two options to this project would be great:

  1. input github token via configure workflow of alfred ui
  2. using the input access token, search organization repos

Do you have plan for this? Thanks in advance.

Relevant Screenshot

No response

Checklist

chrisgrieser commented 1 month ago

Hi, in the latest version, I added the ability to specify a $GITHUB_TOKEN via Alfred workflow configuration as an alternative to exporting it in your .zshenv: https://github.com/chrisgrieser/gitfred/releases/download/1.1.2/gitfred.alfredworkflow

For the organization repos, I am not too sure about it. Reason being, that I simply do not use GitHub organization, and are thus not familiar with what would be needed here. I am open to PRs adding support for that though.