一键复制文件路径,方便又快捷
Instantly copy the full file path directly from Finder.
快速生成文件夹目录树结构,便于分享或文档使用。
Generate and copy clean directory tree structures for sharing or documentation.
在选中的文件夹中一键打开终端。
Launch Terminal at the selected folder in one click.
一键调整多个图片的尺寸。
Quickly resize multiple images in one click.
从上下文菜单中高效处理多个文件重新进行命名。
Efficiently rename multiple files from the context menu.
瞬间隐藏桌面杂乱,保持专注。
Instantly hide desktop clutter and stay focused.
3秒消除图片隐私泄露,图文博主效率提升利器
Erase sensitive information from images in 3 seconds — a productivity booster for content creators.
RightClickMate — 让 Finder 右键更高效
RightClickMate 是一款专为 macOS Finder 打造的右键增强工具,让你在最熟悉的操作入口中,完成更多高频文件操作,无需切换应用,无需额外学习成本。
它专注于一个目标:让每一次右键,都更有价值。
开发者 / 运维 / 技术人员、设计师 / 内容创作者、经常整理文件的办公用户、希望提升 Finder 使用效率的 macOS 用户
这里对常用的三个目录进行授权,目的是为了获得这三个目录的访问权限。 在右键菜单中,“复制到”和“打开目录”,以及“复制目录树”,都会用到这个访问权限。 如果后续访问的目录超出了这三个目录的范围,app会弹出目录授权的对话框让用户进行授权,如下图:
授权后,app即可对该目录进行复制文件、打开、复制目录树等操作。
总结:以上三个目录是RightClickMate获得的一个初始权限集合,以便于用户可以正常使用RightClickMate的一些基础功能,例如“打开目录”、“复制(文件)到”菜单功能。
为了能够正常使用RightClickMate,还需要在系统设置中打开RightClickMate的Finder扩展开关。
里面列出的都是可以出现在右键菜单“复制到”、“打开目录”中的目录清单,对于经常会用到的目录,可以手工在这里添加并赋权。
系统内置了约十种常用的office文件类型。
对于Pro用户,可以添加自定义的文档模版,当新建文件的时候,就可以使用自定义的模版。
新建文件类型的时候,如果不选择模版文件,则默认按照文本文件新建。
如果选择了模版文件,则新建文件的时候就复制一份模版文件。
多数情况下,安装好了RightClickMate,右键菜单就可以出现了。如下图:
但是如果 macbook已经使用了一段较长时间没有重启了,那么确实有一定几率发生app右键自定义菜单不显示的情况。
请尝试以下步骤:
受系统限制,在苹果云盘目录内无法显示自定义菜单,有的时候用户可能在苹果云盘设置内开通了同步桌面的选项,也会造成在桌面无法弹出自定义右键菜单。
在终端执行命令(请复制以下命令,在Terminal 执行)
killall Finder
这个命令的作用是重启Finder,Finder会发现RightClickMate安装的插件,然后加载。
如果仍然不行,请重启 Mac。
MacOS在不同的版本,Finder扩展的开关界面不太一样。 在mac15.1的系统设置的确找不到RightClickMate的扩展开关,如果安装RightClickMate之后,在桌面上点击右键看不到新建、复制路径等自定义的菜单,那么请打开终端,按照顺序复制并运行以下两条命令:
pluginkit -e use -i com.michaeldev.RightClickMate.MyFinderSyncExtension
killall Finder
这两条命令运行完毕后,在桌面上点击右键,应该就可以看到自定义的菜单出现了。
答:使用替换的正则表达式来处理。
find pattern:^([^_]*)_
replace with :$1.
意思是把文件名第一个出现的下划线,替换为.
RightClickMate — Make Finder Right-Click More Powerful
RightClickMate is a right-click enhancement tool designed specifically for macOS Finder. It allows you to perform more frequent file operations directly from the most familiar interaction point, without switching applications or learning new workflows.
It focuses on one goal: making every right-click more valuable.
Developers / DevOps / Technical professionals, Designers / Content creators, Office users who frequently organize files, and macOS users who want to improve their Finder workflow efficiency.
Here you grant access to three commonly used directories. The purpose is to allow the app to access these locations. Features such as “Copy To”, “Open Directory”, and “Copy Directory Tree” in the right-click menu require these permissions.
If you later access directories outside these three locations, the app will display a permission dialog asking you to authorize access to the new directory, as shown below:
After authorization, the app can copy files, open directories, and copy directory trees within that location.
In summary: these three directories serve as the initial permission set for RightClickMate, allowing users to use basic features such as “Open Directory” and “Copy (file) To”.
To use RightClickMate properly, you also need to enable the Finder extension in System Settings.
The directories listed here can appear in the “Copy To” and “Open
Directory” options in the right-click menu. For frequently used
folders, you can add them here manually and grant permissions.
The system includes about ten commonly used Office file types by
default. For Pro users, custom document templates can be added.
When creating a new file, you can choose to use a custom template.
If no template file is selected, a new file will be created as a
plain text file by default. If a template file is selected,
creating a new file will copy that template file.
In most cases, the custom menu appears automatically after installing RightClickMate, as shown below:
However, if your Mac has been running for a long time without restarting, there is a small chance that the custom Finder menu will not appear.
Please try the following steps:
Due to system limitations, custom menus cannot be displayed inside iCloud Drive directories. Sometimes, if the user has enabled Desktop syncing in iCloud settings, the custom right-click menu may also fail to appear on the desktop.
Run the following command in Terminal (copy and paste it into Terminal):
killall Finder
This command restarts Finder. Finder will then detect the RightClickMate extension and load it.
If it still does not work, please restart your Mac.
The Finder extension settings interface differs across macOS versions.
In macOS 15.1, the RightClickMate extension switch may not appear in System Settings.
If you cannot see the custom menu (such as “New File” or “Copy Path”) after installing RightClickMate, please open Terminal and run the following commands in order:
pluginkit -e use -i com.michaeldev.RightClickMate.MyFinderSyncExtension
killall Finder
After running these two commands, right-click on the desktop again and you should see the custom menu items.
Use a regular expression replacement.
find pattern: ^([^_]*)_
replace with: $1.
This means replacing the first underscore in the filename with a dot.