Improvements for the Increment Templated Service (+PopClip)

1 · Brett Terpstra · May 25, 2021, 6:24 p.m.
I wrote a macOS Service way back in 2012 that I’ve used ever since. It allows you to write some text and include special placeholders, then select it and repeat the text, incrementing the placeholders with each iteration. I last updated it in 2014 with better indentation handling and zero-padding, but otherwise it hasn’t seen many changes. Until this morning. Numeric Originally the Increment Templated Service only handled numeric incrementation. It still does, but I changed the syntax to 0..5 i...