OpenListTeam / OpenListTeam/OpenList-Frontend
[Feature] 关于批量重命名的改进建议
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 100
- Forks
- 240
- Avg merge
- 22h 42m
- Merged PRs (30d)
- 17
Description
请确认以下事项
-
我已确认阅读并同意 AGPL-3.0 第15条 。
本程序不提供任何明示或暗示的担保,使用风险由您自行承担。 -
我已确认阅读并同意 AGPL-3.0 第16条 。
无论何种情况,版权持有人或其他分发者均不对使用本程序所造成的任何损失承担责任。 -
我确认我的描述清晰,语法礼貌,能帮助开发者快速定位问题,并符合社区规则。
-
我已确认阅读了OpenList文档。
-
我已确认没有重复的问题或讨论。
-
我认为此问题必须由
OpenList处理,而非第三方。 -
我已确认此功能尚未被实现。
-
我已确认此功能是合理的,且有普遍需求,并非我个人需要。
需求描述
目前的批量重命名感觉操作不太顺,比如我现在批量重命名之前得先对单个文件进行重命名操作,从出来的操作框中复制出来原先的名称,然后关闭这个操作框,再去点击批量重命名,在出来的操作框里将我刚才复制的名字粘贴到原文件名输入框,然后才进行后续工作。
实现思路
我的建议是:可否在批量重命名操作出来的操作框里将所选的多个文件里第一个文件的名称自动置入原文件名输入框?而且顺便将正则字符自动转义?比如将[]替换为[]?
附加信息
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The payload names no files, tests, or entry points. Start by locating the batch rename dialog in the TypeScript/SolidJS frontend and inspect how the selected files and original-name field are initialized. Done means the first selected file name is prefilled and the requested regex-character escaping behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100