VaalaCat / synology-alfred

An alfred Synology workflow build with Synology Python API
17 stars 3 forks source link

Allow python3 from multiple locations #1

Closed vitorgalvao closed 2 years ago

vitorgalvao commented 2 years ago

In its current iteration, the Workflow’s code is focused on people on Apple Silicon who have installed Python 3 with Homebrew. With this small notification, it will work too for people on Intel Macs and people who don’t have Homebrew installed (assuming the Workflow is compatible with Python 3.8.9).

It also changes it to with input as argv, which is more robust than with input as {query}.

VaalaCat commented 2 years ago

I'll test it soon and merge it if there's no bug. Thanks for your contribution!