Jump to content

xanimus

Member
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

xanimus's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Found the rerun property and combined it with valid:fase. Set the run behavior to 'Terminate immediately', but it seems reruns are excluded from being terminated? In the wiki there it is mentioned, under the rerun property: > See the built in "Advanced Script Filter" getting started guide for more info, and to see this in practice. Would need a hint on where I can find this advanced guide pls 🙏
  2. Hi! I have this script filter which I use to do google searches. I put out an item for each search, however I seem to be too fast for the item to be returned by the script sometimes. Is there a way to tell alfred that when I press enter, it should wait till the last script run is finished before selecting the matching action?
  3. On my 4k screen that is limited to max 1024px (it says in the Appearance subtext). Can this be increased?
  4. I have Alfred v5. Is it somehow possible to make the input with more than 1024px? I can't drag the window past that in Appearance settings. I have a 4k screen
  5. I worked around it by having two hotkeys. One that takes random input, and one for the script filter with 'Alfred filters results'. Is there a way I can set one item to always match (i.e. match any query) and always use the query as title/arg (all this when using 'Alfred filters results')?
  6. Following situation: I have written a bash script to provide me a list of text suggestions Each text has an abbreviation When typing the abbreviation, I want the script filter to suggest the full text (basically setting the suggestion's autocomplete to "${query}${suggestion}") This way, I can build a sentence quickly, from multiple text suggestions My problem is, that when I type text for which there is no suggestion, and I press enter, the workflow step sends an empty string to the next step because it thinks my selection is empty. How can I make the script filter use the entire input field content as output, if no suggestion was selected? I have multiple problems I know I can make the text itself into a suggestion, but that is slow (the script has to run each time) I have to run the script each time anyway, since I need to set "${query}${suggestion}" as autocomplete, or otherwise it will replace the entire content of the input field Can I make the script filter pass the entire input field value, if no selection matches or my typing is too fast for the script to finish? I would even prefer a solution with "Alfred filters results" Thanks!
×
×
  • Create New...