A tedious thing I have to do some times is to split the files of a directory to many folders that have a certain size.
This is needed if for example they must be send to a container, physical (DVD, USB stick) or virtual (distribute images in zips..).
What it needs, is an input dialog to enter the size (could be nice to select Kb, Mb, Gb..) and perhaps an option to add the files in a serial order or by using the best order that gets as close to the target as possible.
Maybe it could be a feature of the app?
Maybe it already exists and I totally missed it?
Anyway, thanks for your time..
Edit: Attached is a zip with an XYplorer script and a Python script.
These two must be in the scripts folder of XYplorer to work.
What it does (for now) is that it takes an input from the user, like:
500Mb or 1.2Gb or 500000 or 640000.4kb
and re-distributes the files of the current directory to as many folders (of the size that we specified) is needed.
XYplorer Beta Club