| Not the OP, but I've been using XYplorer for 10 years now. I have a sidebar with a few scripts. Here are the ones I use the most: - Extract selected archives - Flatten current folder - Convert selected file(s) to various formats (e.g. JPG to WebP or vice versa) - Optimize selected image file(s) (smaller file size) - Prepare image file(s) for publishing on my photography blog: strip irrelevant EXIF, create two variants (thumbnail and a bigger picture); see my post: https://darekkay.com/blog/photography-website/#pipeline - Prepare image file(s) for sharing - similar as above, but more for sharing vacation photos with my family on WhatsApp) - Rename files to a certain format (e.g. images to "YYYY-MM-DD HH:mm:ss") - Check selected file with Virus Total - Start a weekly backup to my external drive - Backup my server files to my local drive - Create a rectangle "album art" file, see my post: https://darekkay.com/blog/resize-album-art-images/ Many of those are just shell scripts and apps that I run right from XYplorer, but it's way faster than through CLI. I've documented some of the XYplorer stuff here (see also the "scripts" folder): https://github.com/darekkay/config-files/tree/master/xyplore... |