Can I get the current lister to give a live update of the applied filter?

For example a button using Select "Show Red label only" FILTER FILTERFLAGS=hidenomatch that will hide all files that do not have the label Red

If I was to in another lister in that same folder, apply the Red label to one more file. This file will not be shown in the lister that has the filter on. Is there a way to update this lister automatically?

Not with that kind of filtering, no; it's a one-off snapshot applied by the command at the time the command is run.

Filtering by name/wildcards can update automatically, but you'd need to re-run your command for the type of filtering you're doing there.

1 Like

I see. I can work with that. I will start looking into wildcard filtering. Thanks!