Cool Trick for Manual Sorting.

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Cool Trick for Manual Sorting.

Post by SkyFrontier »

It's undocumented, as far as I can see.
Let's say you do a Selection Filter (CTRL+M) using "*:jpg" but you also want to see them all put together prior to do whatever you want with those files.
Easy: Enable Tools > Customize List > Manual Sorting. Then, drag one of the selected files one position above/below of its current position on the list. Done: they will all be sorted together. Works also for multiple entries, like:

Code: Select all

*:jpg;gif;setup
:wink:
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...

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

Re: Cool Trick for Manual Sorting.

Post by admin »

That's right, they will be inserted as a solid block. I think it was slightly documented with Manual Sorting.

I achieve a similar effect easier using a scripted Visual Filter mapped onto an alias @vfs:

Code: Select all

@vfs=::filter '"sel" ' . getinfo("SelectedItemsNames", "|");

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

Re: Cool Trick for Manual Sorting.

Post by SkyFrontier »

Admin:

Code: Select all

I achieve a similar effect easier using a scripted Visual Filter mapped onto an alias @vfs
-assuming you already have a well defined selection...
-which I find harder to manage also because of the lack of a way to append stuff later...
CTRL+M is more fluid to me.
Thanks for the tip, anyway!
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...

Post Reply