# file-rename **Repository Path**: iGolden/file-rename ## Basic Information - **Project Name**: file-rename - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-04 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` # 干运行(预览更改但不实际执行) node mp4-rename.js --directory "F:\rename" --dry-run # 实际执行重命名(当前目录) node mp4-rename.js --directory . # 递归处理子目录 node mp4-rename.js --directory "F:\rename" --recursive # 显示详细处理信息 node mp4-rename.js --directory "F:\rename" --verbose ```