Disclamer: This entire project was created 100% by Google Gemini AI. The project owner is a non-programmer.
PathBridge is a lightweight macOS menu bar utility designed for professionals working in mixed Windows/Mac environments.
- Smart Detection: Detects Windows UNC paths, Mac SMB URLs, and local Volumes.
- AI Extraction: Uses Gemini AI to find paths hidden inside messy chat messages.
- Native Look: Sits quietly in your menu bar.
- Download: Get the
.dmgfrom Releases. - Install: Drag to Applications.
- Security: If blocked, go to System Settings > Privacy & Security and click "Open Anyway".
⚠️ IMPORTANT SETUP:- After opening PathBridge, click the Settings (Gear icon).
- Enter your company's File Server IP (e.g.,
192.168.x.x). This allows the app to correctly convert your local Mac folders back to Windows links for your colleagues.
- Copy any Windows path sent to you (e.g.,
\\Server\Folder). - Click the PathBridge icon in the menu bar.
- Click "Paste & Convert".
- The Mac path is now in your clipboard!
AI 创作声明: 本项目的所有代码均为 Google Gemini AI 100% 自动生成。项目维护者本人为非编程从业人员。
PathBridge 是一款专为处于 Windows/Mac 混合办公环境的专业人士设计的 macOS 菜单栏小工具。
- 智能识别:自动识别 Windows 路径 (UNC)、Mac SMB 链接和本地磁盘路径。
- AI 提取:内置 Gemini AI 引擎,能从一长串杂乱的聊天记录中精准找出隐藏的路径。
- 原生体验:常驻顶部菜单栏,简洁优雅。
- 下载:在 Releases 栏目下载
.dmg文件。 - 安装:将图标拖入 Applications 文件夹。
- 安全设置:如提示无法打开,请前往 系统设置 > 隐私与安全性,点击 “仍要打开”。
⚠️ 关键配置(必做):- 打开软件后,点击右上角的 设置(齿轮图标)。
- 在“File Server Address”处填入你公司的服务器 IP 地址(例如:
192.168.x.x)。
- 复制:直接复制 Windows 同事发给你的任何路径(例如:
\\Server\Folder)。 - 点击:点击 macOS 顶部菜单栏的 PathBridge 图标。
- 转换:点击 “一键粘贴转换”。
- 完成:转换后的 Mac 路径已自动进入你的剪贴板!
如果你想自己从源码构建,请确保已安装 Node.js,然后执行:
# 1. 安装必要的环境依赖
npm install
# 2. 编译并打包生成 .dmg 文件
# (配置已更新为通用版,将生成支持 Intel 和 Apple 芯片的安装包)
npm run dist打包完成后,生成的安装包会在 dist-desktop 文件夹中。