PDA

View Full Version : Possibility for conditional de/select


w00p
12-05-2020, 01:45 AM
hi there,

at first... thanks for reading this on this old forum :)

thanks for still being part of this.

i am currently trying to achieve a select of folder that have a given group.

I see the %g selector.

But I can't wrap my mind around conditional selection or deselection.

i tried like

/select *
{
/deselect %g=root
}

any other approaches.....

would be cool if you can help me out =)

thx in advance

w00p
12-06-2020, 03:32 AM
(i hope it's fine to double post here)

currently "abusing" the search for it.

using the search tool, searchin for "*" and dirs only, sort the outputted list by group and select the folders i found manually and queue them.

that's working solution, but i would like to have it scripted, because this has some advantages (e.g. using in other scripts etc.)