Structs§
- Command
Result - DirCommand
- A command to execute in a specific directory
- Json
Command Result - Json
Output - JSON output structure for command results
- Json
Summary - Loop
Config
Functions§
- add_
aliases_ to_ global_ looprc - execute_
command_ in_ directory - execute_
command_ in_ directory_ capturing - Capturing version for parallel execution - captures stdout/stderr for display after completion
- expand_
directories - get_
aliases - load_
aliases_ from_ file - parse_
config - run
- Run the same command across multiple directories. This applies include/exclude filters and then delegates to the unified execution engine.
- run_
commands - Execute a list of commands (each with its own directory) This is the unified execution engine for plugins. Applies include/exclude filters from config before executing.
- should_
ignore