Color filter all items with tag, label or comment

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Color filter all items with tag, label or comment

Post by binocular222 »

How to color filter items which have tag/label/comment?
I tried this but not work (match everything, even items without any tag):

Code: Select all

prop:#tags:*
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Color filter items with tag

Post by bdeshi »

Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Color filter items with tag

Post by binocular222 »

That only works with tag, I want to match either Tag OR Label OR Comment, something like
!prop:#tags: OR !prop:#comment: OR !prop:#label:
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Color filter items with tag

Post by bdeshi »

:eh:

Code: Select all

!prop:#tags: AND prop:#label: AND prop:#comment:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Color filter items with tag

Post by binocular222 »

Uh, oh, such obvious.
ok, this thread embarass me, delete pls.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Color filter items with tag

Post by bdeshi »

Might be helpful to others...
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply