Jump to content

abunav

Member
  • Posts

    4
  • Joined

  • Last visited

abunav's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Not quite sure how I can tie in the Python script here. What I want is that the python script be executed upon a keyword trigger, and the JSON object thus generated in the script be used as list items in Alfred.
  2. Basically the title. I am using a python script which will return a list in one of its functions. How can I display the elements of that list as options in Alfred? Example: def func(): #some code here return a # a = ["A", "B", "C", "D"] for example How do I get "A", "B", "C", "D" to be the 4 options in an Alfred drop down like below:
  3. This seems like an old thread, but none of the solutions above seem to be working. When i try @GuiB's solution, the Hyper app does open but it doesn't execute the command i type after ">" in Alfred. Same for the hyperalfred plugin. Any idea how i can fix this?
×
×
  • Create New...