>_

nomino

agent-ready non-interactive

Batch rename utility for developers

How to install nomino

cargo install nomino

nomino use case

Batch rename files using regex patterns, useful for organizing filenames in bulk.

When to use nomino

  • Renaming multiple files in a directory with a common pattern (e.g., adding a prefix, changing extension)
  • Performing complex regex-based substitutions on filenames (e.g., removing timestamps, reformatting names)
  • Renaming files recursively in subdirectories with consistent rules

When not to use nomino

  • When a simple one-off rename is needed (using mv or rename is simpler)
  • When renaming relies on file content or metadata beyond the filename
  • When the operation requires an interactive undo or a graphical interface (nomino is command-line only)

nomino features

  • · Regex pattern matching and replacement
  • · Subdirectory/recursive renaming support
  • · Dry-run mode to preview changes
  • · Cross-platform (Linux, macOS, Windows)

Want your agent to find this automatically?

Add the MCP server to your agent config and it will discover tools like nomino on its own.

Set up MCP →

Similar tools to nomino