Jump to content

mhorn

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by mhorn

  1. i think your issue might have it's root in the absence of python 2.7. try this maybe: https://github.com/deanishe/alfred-workflow/issues/182#issuecomment-1069534176
  2. i had problems with path to the installed speedtest-cli, fixed with replacing all the path-estimation part. steps to follow: 1. install speedtest-cli with homebrew (as shown in instruction to this script) 2. in terminal enter: `which speedtest-cli` (without quotes). The output is the path to where your homebrew installed the cli-tool. 3. copy the output and paste in script before the part with grep (don't remove the pipe |, it chains the commands in terminal, so you need it). my shortened script looks like this: /opt/homebrew/bin/speedtest-cli | grep "Download\|Upload"
  3. does this workflow work on alfred 5 on monterey 12.5? i checked that i have requests installed, pasted token in sssetup, but status does not change although i am getting notification.
×
×
  • Create New...