Updates on 2022/5/4

I need to be more ambitious. There is no point taking risks if the stakes are small.

Yet another Oak-based CLI lifts off! This time, it's something that's probably useful to more than just me. It's called Rush, and it helps run a single command on many files according to a template string.

For example, I can batch-rename many image files in a short and readable one-liner:

rush mv *.jpeg '{{name}}.jpg'