# nrt **Repository Path**: kin9-0rz/nrt ## Basic Information - **Project Name**: nrt - **Description**: NAS Rename Tool - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NAS rename tool 重命名工具,目标命中的字符串(正则)替换为指定的字符串。 ## QNAP 环境一键配置 - [ ] fish - [ ] oh-my-fish - [ ] python3 ## Python3配置 - 在应用商店,下载Python3 - 到...目录中执行 Python3 bash ## 设置 ```fish ``` ## 用法 一般情况下,使用自动编号就行了。 ``` usage: nrt.py [-h] {rename,auto} ... NAS Rename Tool positional arguments: {rename,auto} 子命令 rename 重命名文件 auto 自动编号,从 01 开始 options: -h, --help show this help message and exit ```