Tip
Statement: This project is not open-source. This repository serves as the official website for collecting issues and user feedback. This approach is purely to save costs, as the app cannot pass the review without an official website.
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.
■ File QR Code Sharing
Right-click on a file to generate a local network download link and a QR code. Scan the QR code to download the folder.
**■ Common Folde
Supports custom common folders, allowing users to quickly access directories or open a new terminal window in a specified folder. Additionally, the menu bar provides access to common folders and supports quick access to subfolders.
■ Folder Access History
Finder automatically records the history of accessed folders, making it easy to quickly find previously visited directories. The menu bar also provides access to folder history and supports quick access to subfolders.
■ Common Applications
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.
■ Quick Paste
Allows quickly pasting images from the clipboard into a Finder folder. For example, you can copy an image from a browser and directly paste it into a Finder folder.
■ 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.
■ Detect and add 'Open Remote Git URL' menu
Right-clicking in a Finder folder automatically detects Git folders and adds the 'Open Remote URL' menu. Clicking the menu will open the Git repository directly in the browser.
■ Show Total Size
In Finder, when multiple files or folders are selected, the context menu can display the total size of these items. Additionally, it will list the size of each file or folder individually.
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 can run the following command in the terminal to enable the Finder extension. This issue is caused by a bug in macOS 15+ where the settings interface disappeared. It has been fixed in macOS 15.2.
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'