danielecook / gist-alfred

An alfred workflow for accessing gists
MIT License
118 stars 10 forks source link

Fix execution on macOS 12.3 #18

Closed devnoname120 closed 2 years ago

devnoname120 commented 2 years ago

Python 2 was removed in macOS 12.3.

Solution: https://www.python.org/downloads/release/python-2718/

devnoname120 commented 2 years ago

Request review from @danielecook.

danielecook commented 2 years ago

Thanks for the fix!

I have since put together a new workflow written in go:

https://github.com/danielecook/gg

This also can be used for CLI-based access to gists.

devnoname120 commented 2 years ago

@danielecook Thanks! I'll check it out. I'd suggest mentioning your new project in the README explaining what differences/new features there are. 🙂

Edit: just saw it's a command line only tool for now.