Matt Sephton

Results 1277 comments of Matt Sephton

My MBP will have 16GB, fingers crossed that's enough for my usage. Should be!

My M1 laptop has arrived, let me know what you want me to test.

Been using Keka M1 for the last week. The M1 Pro MBP is very good, though I use it with an external display keyboard and mouse so the main difference...

For details on both of these and more, see: https://github.com/aonez/Keka/wiki/Extracting-with-Keka 1. The window you are seeing is the one, if you drag and drop onto that window it will change...

If you wanted to DIY it should be relatively easy to write a shell one-liner to list files in your chosen sort order and pipe them to zip, etc. Of...

I try to keep to using only shell, so I avoid combining AppleScript with shell. For this, we think of it in two halves: 1. we need to get the...

In that case I am not sure I see the problem. Extracting files from an archive will do so in the order that they were added. Are you not seeing...

Here I add some Finder comments, sort, and compress (not using Keka). Comments last (ascending): ``` ❯ unzip -t Archive.zip Archive: Archive.zip testing: binbodic.pdb OK testing: dic2pdb OK testing: fugodic.pdb...

We have seen proof that the order of files is preserved in the archive based on the sorting order and metadata set at the time of compression. Keka deals only...

By design file order is the same at extraction as it was at compression. So the order is already preserved. There is nothing to do. Can you give us some...