minimum OS requirement: macOS 14.0
RightMenu Master — An exceptional Finder right-click menu enhancement tool that makes your right-click menu more powerful.
RightMenu Master is a highly configurable Finder extension that adds powerful functionality to the right-click menu and toolbar in Finder. It allows for quicker and more convenient operations such as moving and copying files, as well as creating new documents. The application also comes with several practical preset operations, further enhancing your work efficiency.
■ Create New Files
Finder lacks a convenient way to create new files in specific formats, but RightMenu Master makes it easy to do so with just one or two clicks. Additionally, you can upload custom templates to create new files in specific formats, improving efficiency.
■ Quick Preview with Syntax Highlighting
A quick preview extension is provided for viewing source text files with syntax highlighting. This extension handles supported file formats via Uniform Type Identifiers (UTI), rather than relying solely on file extensions. The UTI definitions include a list of associated file extensions and MIME types.
■ Frequently Used Folders
Supports custom frequently used folders for quick access to directories or to open a new terminal window directly in a specific folder.
■ Common Apps
Supports various editors and command-line tools (Terminal/iTerm) to quickly open the current directory, enhancing operational efficiency.
■ Copy Features
RightMenu Master offers various copy functionalities to make file operations more convenient. You can quickly copy the full file path, file name, or folder name, or even copy files/folders directly, significantly improving the flexibility and efficiency of file management.
■ Copy File Path
Quickly obtain the absolute path of a file for easy reference in other apps without needing to perform cumbersome manual operations.
■ Copy Folder/File Name
Supports copying folder names or file names to the clipboard for easy transfer and reference.
■ Direct Delete
With RightMenu Master, you can delete files or folders directly, saving time by skipping multiple steps in Finder, making the delete operation more efficient and convenient.
When permissions are passively confirmed and then denied, reauthorizing permissions may cause the menu to not display. In this case, you need to restart the Finder extension. Restarting the computer can achieve this, but it’s cumbersome. Here are two simpler methods:
- Method 1: Execute
killall Finder
in the command line to restart Finder. - Method 2: Use the system’s
Force Quit Applications
feature to reload Finder. Open theForce Quit Applications
window using the shortcut ⌘⌥esc, find theFinder
application, and click theRelaunch
button below.
In the application settings, go to General
-> Full Disk Access
-> Click to Grant
to add the application to the Full Disk Access
list.
If you are prompted to enable the plugin, you need to run the following command in the terminal to enable the Finder extension.
pluginkit -e use -i com.wangchujiang.rightmenu-master.sync \
&& osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \
&& osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate'