Here's a simple script I just came up with to select the files whose names are listed on the clipboard:
Code: Select all
selfilter(replace("<clipboard>", chr(13).chr(10), "|"))
This works if you have clipboard contents like:
One easy way to set the clipboard like that is by using right-click->Clipboard->Item Names. In the situation that finally got me to write this script, I was dealing with the output from another program. I love being able to do this kind of stuff in XYplorer!