-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"git my" not working properly #29
Comments
I am having the same issues, I forked the code and tried to fix it. If you can point me in the right direction, I can fix and issue a PR. |
Just confirm that I have the same issue, hope the team will update it to be able to work with Alfred 3 soon. |
I have the same issue with Alfred 4. Apparently this is no longer working for years now. Taking a closer look at the README, I see now that it requires Alfred 2. Too bad, this would have been quite useful. |
Someone, like to write a PR to fix? |
I am new to Alfred (second day) and never used the Github API. Any clues where to start? Is it that the Github API has changed or is the problem an incompatibility between the Alfred versions? |
The debugging output says:
The issue here, I think, is the hard-coded path to Alfred 2 that no longer exists in Alfred versions 3 and 4, on lines 41 and 42 of
I could only find this official documentation: https://www.alfredapp.com/help/workflows/script-environment-variables/ which strangely lists the same paths, containing "Alfred 2".
|
I more or less figured out how to build the workflow (where are the docs for this?) and adapted those paths ( |
It's a pretty complicated combination of PHP code, bash scripts, Github API and Alfred internals. Also, I can't find proper documentation about how to develop. It's very tedious to manually archive the files, rename the archive and import it every single time you change a line of code. For now I just created a custom web search that searches Github which is good enough for me for the moment. |
Using Github 1.7 + Alfred 3 on macOS 10.12.6 Sierra
Hi Will, I've probably done something wrong, but when I type
git my
, all I see is entries for Google, Amazon and Wikipedia. I've setup the credentials withgithub username <username>
andgithub password <password>
and I've enteredgithub test
and got the message saying the test was successful. I've double checked on thegithub.com
website that my credentials are correct so I don't know what the problem is. Can you help?Looking more closely at the other issues, I think it's because I'm using Alfred 3. Any idea when a version for A3 will be ready? Thanks.
The text was updated successfully, but these errors were encountered: