When my View selected is Details or Details with Thumbnails I can see the Tags column with my list of tags and I have the option to right click and "Find Items with Same Tags (Everywhere)" and I believe this is because I have "Popup by tags columns right-click" selected in my Configuration. This is sufficient enough for me for that View.
What I would like is to be in one of the other Views (Thumbnails, Tiles, Icons) and have a one-click option (maybe script on user button) after an item is selected that would do the same thing (Find Items with Same Tags Everywhere). Currently I've been switching back and forth between views or using Find files but that is to many clicks and is not as efficient as when I'm Details view.
Find Items with Same Tags (Everywhere) in Thumbnails, Tiles or Icons View
-
Schuller
- Posts: 195
- Joined: 02 May 2023 21:08
-
highend
- Posts: 14940
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Find Items with Same Tags (Everywhere) in Thumbnails, Tiles or Icons View
As a script something like this should work (the tags are taken from the current selected item):
Code: Select all
$tags = tagitems("tags");
if ($tags) { goto "Computer?tags:" . quote($tags) . " /rv"; }
One of my scripts helped you out? Please donate via Paypal
-
Schuller
- Posts: 195
- Joined: 02 May 2023 21:08
Re: Find Items with Same Tags (Everywhere) in Thumbnails, Tiles or Icons View
Works perfect,
Thanks!
Thanks!
-
highend
- Posts: 14940
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Find Items with Same Tags (Everywhere) in Thumbnails, Tiles or Icons View
My please, as always 
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club