I took the opportunity to sketch out a preliminary workflow that assembles the screenshots into a dedicated directory, then sequentially renames them (with a custom title option) based on their modification time. I got carried away and took it a step further and added image compression just for good measure. In the end, the Batch Screenshots workflow was crafted.
Tag: batch-processing
I utilize Bash as much as possible when processing things. If I have to do something more than 3 times I usually try to figure out if there’s a way I can write a quick script in order to automate it instead. Not lazy… just like being outside more often.