MCPcopy Index your code
hub / github.com/cyhuajuan/FreeReNamer

github.com/cyhuajuan/FreeReNamer @v0.6.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.6.0 ↗ · + Follow
163 symbols 446 edges 79 files 0 documented · 0% updated 3mo agov0.6.0 · 2026-03-19★ 63011 open issues

Browse by type

Functions 113 Types & classes 50
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<h1>
  <a href="https://github.com/flameshot-org/flameshot">
    <img width="64" height="64" src="https://github.com/cyhuajuan/FreeReNamer/raw/v0.6.0/src-tauri/icons/128x128.png" alt="FreeReNamer" />
  </a>



  FreeReNamer
</h1>
<h4>功能强大又易用的文件批量重命名软件</h4>

网页版在线体验:https://renamer.cyhuajuan.online

客户端下载:release

桌面版预览

image

网页版预览

image

网页端和桌面端的一些区别

  • 网页端使用的FileSystemHandle的move api,兼容性较差,推荐使用最新版本的chrome浏览器。客户端是原生API,兼容性没问题。
  • 网页端会有额外的操作权限确认,这是浏览器本身的安全处理。客户端没有。
  • 配置数据网页端是存储在indexedDB,桌面端是存储在文件

功能

  • 支持拖拽添加文件和文件夹
  • 支持创建多个配置
  • 单个配置内支持多个规则
  • 支持js脚本,内置Monaco Editor
  • 支持AI规则,通过Ollama接口用自然语言生成重命名脚本
  • 跨平台,支持windows,macos,linux

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 102
Interface 45
Method 11
Enum 3
Class 2

Languages

TypeScript96%
Rust4%

Modules by API surface

src/lib/rules/base.ts10 symbols
src/vite-env.d.ts9 symbols
src/components/file/files-panel.web.tsx9 symbols
src/lib/profile.ts8 symbols
src/lib/ai-client.ts8 symbols
src/lib/store.ts6 symbols
src/lib/settings/ai-config-store.ts6 symbols
src/lib/rule.ts6 symbols
src/components/rule/rules-panel.tsx6 symbols
src/components/file/files-panel.tauri.tsx6 symbols
src-tauri/src/main.rs6 symbols
src/components/rule/rule-edit-dialog.tsx4 symbols

For agents

$ claude mcp add FreeReNamer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page