A command-line tool for mass-renaming of files from one pattern to another using regular expressions.

cli linux rename rust terminal
1 Open Issue Need Help Last updated: Nov 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue requests an enhancement to the `--dry-run` functionality. When this flag is used and no changes would have been applied, the tool should output a message indicating that nothing was modified. This message should be suppressed if the `-q` (quiet) flag is also present.

Complexity: 2/5
enhancement good first issue

A command-line tool for mass-renaming of files from one pattern to another using regular expressions.

Rust
#cli#linux#rename#rust#terminal