DEV Community

Discussion on: What are your favorite terminal apps or scripts, to use for productivity?

Collapse
 
jackharner profile image
Jack Harner πŸš€

I wrote a couple PowerShell scripts for work that speed up processing Product Photos.

  1. Fetches and downloads specific images from the Clarks website. All I have to do is tell the script how the file name should start (sometimes 261___, sometimes Clarks__, depending on who's building the products) and then I just throw in the 5 digit SKU numbers till I'm done.

    I've looked into doing this for other brands too, but Clarks is the only one so far that has consistent image storage and naming conventions that makes it scriptable.

  2. I have to upload files into anywhere from 1 - 3 different FTP locations. This script asks which to upload to, takes all the images in the "Fixed" folder and uploads them to the different locations.