Copy Tagged Files

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
TestMeister
Posts: 249
Joined: 04 Feb 2008 20:17
Location: Win 11 Pro v25H2- 125%

Copy Tagged Files

Post by TestMeister »

I am likely missing something but is there a way to copy tagged files without re-selecting them after tagging ?

I have a folder full of pictures and using the very cool XY Preview feature, go through and tag the ones I want to send. I could Select them but that tends to be a bit volatile with the tagging more persistent.

After I tag the items I want to copy them to another folder. I can't seem to find a "copy tagged items" option so re-select the the tagged items.

Thanks

XY 13.70.0100

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Copy Tagged Files

Post by admin »

No, there is nothing like that. You will have to re-select them (or write a script that does it).

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Copy Tagged Files

Post by SkyFrontier »

Couldn't test it enough as I don't have many tagged files on this machine - worked ok on sample files and folders (and subfolders).
Supported operations: moveto, copyto (flat), copyto (rich), backupto (preserving original timestamps).

Sorry, *had* to made it a 4 steps script: 1 - type of operation, 2 - base folders to report on, 3 - select reported source files and folders, 4 - select the target folder.
*It does not discriminates which type of tagging is done on source items*.
To see the attached files, you need to log into the forum.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

FluxTorpedoe
Posts: 906
Joined: 05 Oct 2011 13:15

Re: Copy Tagged Files

Post by FluxTorpedoe »

Hi'
Seems we have a similar workflow: tagging (labeling) files when reviewing them to "mark" them, then when it's done, selecting the labeled files to act upon (to copy, move, rename, etc.).
As Don said, there's no automation, so one must use scripts like SkyFrontier's one.

But at least to answer your "reselect the tagged items", here's what I use when I'm done marking (I suppose you meant labeling instead of tagging):
- Select one of your labeled items
- Run this script (e.g. associate it to a keyboard shortcut or a button):

Code: Select all

selfilter report("{Label}", 1), , "Label";
This will select all items with the same label as the file you've selected. Useful when you mark items with different labels (e.g. "Green: Priority", "Orange: Work in progress"...)

Hope this helps, 8)
Flux,

Post Reply