Jump to content

[SOLVED] How Do I Create A List Filter That Activates Another List Filter?


Recommended Posts

I have no knowledge of coding or anything like that, but I'm trying to create a list filter that will activate another list filter.

 

I already know how to make a list filter, but have been unsuccessful trying to get a list filter to activate another.

 

Basically what I'm trying to do is create a workflow that shows a menu of items and when I click one of those items, it'll then show another list of items.

Link to comment

Welcome @tailoredfilter,

  1. Make a List Filter and fill it out. On each item, be sure to fill the Arg box with something unique that identifies the item.
  2. Connect it to a Filter Utility with the default values (i.e. “Only continue if {query} is equal to”) and put whatever you had on the Arg box in the Filter.
  3. Connect that to the new List Filter.
  4. Repeat however many times is relevant (once for each item on the original List Filter).

Link to comment
  • vitor changed the title to [SOLVED] How Do I Create A List Filter That Activates Another List Filter?
  • 1 year later...

Hi @vitor, I am trying to do the same as the OP described, but both lists are thousands of items long. Is this a job for a script filter? To clarify, I have an initial List Filter, and I would like to grep a second large file for the Arg from the first Filter and serve the (parsed) output to the user in Alfred. 

Thanks!

G

Link to comment
3 hours ago, giovanni said:

thousands of items long. Is this a job for a script filter?

 

A Script Filter can handle several tens of thousands of results no problem. IIRC, when Andrew implemented it, he was testing it with 50K+ entries.

Edited by deanishe
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...