para-cada
Automate repetitive file-based tasks using glob expressions
TLDR
Run a command for each matching file
$ para-cada [glob_pattern] -- [command]
Preview operations with dry run$ para-cada --dry-run [glob_pattern] -- [command]
SYNOPSIS
para-cada [options] globpattern **--** command_
DESCRIPTION
para-cada is a CLI tool that automates repetitive file-based tasks using simple commands with glob expressions. It supports batch processing, Python-based filtering, concurrent execution, dry-run previews, and plugin support for advanced operations.
HISTORY
para-cada was created by gergelyk and is written in Python.

