# RenameTool **Repository Path**: ishyj/renametool ## Basic Information - **Project Name**: RenameTool - **Description**: 一款基于pyside6的批量重命名工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-13 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux发布 ```base pyinstaller --onefile renametool.py ``` 在dist产生renametool的可执行文件,将其移动到`/usr/local/bin`下,即可在任意位置打开终端通过命令`renametool`启动程序 # Update - 240814:首次提交;新增打开文件夹按钮默认目录设置为程序启动位置;新增{parent}规则 - 240815:新增递归搜索;新增全路径显示;新增文本浏览框横向滑动条; - 240816:新增`[]`删除文件名中指定字符 # 常用操作 - ui转py: pyside6-uic main.ui -o ui.py