techouse / alfred-tailwindcss-docs

Search the Tailwind CSS documentation using Alfred
MIT License
56 stars 3 forks source link

Broken in macOS 12.3 (Apple removed python 2.7) #1

Closed elalemanyo closed 2 years ago

elalemanyo commented 2 years ago

Hi, Apple removed python 2.7 from the OS, now the workflow stop working 😞

Thanks for this nice workflow!

techouse commented 2 years ago

I'm aware of Apple removing all scripting languages, but there's nothing I can do at this point, because the underlying package deanishe/alfred-workflow still relies on Python 2. You can check out the issue here https://github.com/deanishe/alfred-workflow/issues/97

Until a Python 3 version pops up that will remain an issue.

techouse commented 2 years ago

@elalemanyo I'll migrate this from Python over to Dart and compile it as a standalone executable sometime next week. Already did that for one of my other Python 2.7 workflows here https://github.com/techouse/alfred-flutter-docs 🚀

techouse commented 2 years ago

So v2.0.0 is now written in Dart and compiled into a standalone exe. This should work without any interruptions. :)

elalemanyo commented 2 years ago

So v2.0.0 is now written in Dart and compiled into a standalone exe. This should work without any interruptions. :)

Thanks @techouse! It works perfectly! 👏👏