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'