bmunoz89 / alfred-wf-bluetooth-manager

Connect and disconnect a bluetooth device easily
https://www.alfredforum.com/topic/13493-bluetooth-manager-connect-and-disconnect-a-bluetooth-device-easily/
MIT License
62 stars 0 forks source link

No such file or directory in bset #12

Closed ryosuketc closed 3 years ago

ryosuketc commented 3 years ago

bset returns an error - No such file or directory.

image macOS 11.2 Alfred 4.3.2

I did no customization on this - just downloaded and opened in Alfred.

I found this workflow quite interesting and would love to use. Thanks in advance.

ryosuketc commented 3 years ago

I fixed the issue. My brew (and blueutil) was outside of the hardcoded directory. https://github.com/bmunoz89/alfred-wf-bluetooth-manager/blob/6cb979e67c0db18be55efd43c3c8e07129d1ff75/bluetooth.py#L33-L34

We could potentially use Workflow Variables to make them customizable (I just changed the script itself though).

bmunoz89 commented 3 years ago

@ryosuketc that's a pretty good idea! I'll check how to implement that 😋

ryosuketc commented 3 years ago

I tried the new version and this is awesome! Thank you @bmunoz89 for making it happen :)

bmunoz89 commented 3 years ago

I'm glad to help 😄