Skip to content

jaywcjlove/rightmenu-master

Repository files navigation

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.



RightMenu Master LOGO

RightMenu Master

中文FAQContact & SupportChangelog

RightMenu Master for macOS

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 Screenshot 1

A Must-Have Application for Mac Users!

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.

RightMenu Master Screenshot 4 RightMenu Master Screenshot 3 RightMenu Master Screenshot 2 RightMenu Master Screenshot 6 RightMenu Master Screenshot 5 RightMenu Master Screenshot 7 RightMenu Master Screenshot 8 RightMenu Master Screenshot 9

Main Features

  • Create New File: Easily create new files in specific formats and upload custom templates.
  • Quick Preview with Code Highlighting: Support for quick preview of code files with syntax highlighting.
  • File QR Code Sharing: Quickly share files via QR code and local network links.
  • Frequently Used Folders: Customize frequently used folders for quick access or to create new terminal windows.
  • Folder Access History: Record and quickly access the history paths of folders.
  • Common Applications: Quickly open commonly used editors or command line tools (Terminal/iTerm).
  • Copy Functions: Provide various copy functions to simplify file path and name management.
  • Copy File Path: Quickly copy the absolute path of a file.
  • Copy Folder/File Name: Support quick copying of folder or file names.
  • Quick Paste: Support quickly pasting images into Finder folders.
  • Direct Delete: Quickly delete files or folders to simplify operations.
  • Recognize and Add "Open Remote Git URL" Menu: Automatically detect and add a menu to open the remote URL of Git repositories.
  • Show Total Size: Display the total size and individual sizes of selected multiple files or folders.
  • Set Folder Icon Color: Quickly change or customize the color of folder icons.
  • Cut and Paste Menu: Cut(⌘X) and paste(⌘V) functions to enhance file operation flexibility.
  • Create Desktop Shortcut: Send files to the desktop as symbolic links (shortcuts).
  • Menu Bar Quick Navigation: Quickly access frequently used folders and applications through the menu bar to enhance operational efficiency.
  • Copy To: Allow quick copying of files or folders to a specified location.
  • Move To: Allow quick moving of files or folders to a specified location.
  • Convert To: Provide image format conversion functions.
  • Create icns Icon: Support quick navigation for creating icns icon files.

Frequently Asked Questions

Finder Extension Partial Menu Not Displaying Issue

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 the Force Quit Applications window using the shortcut esc, find the Finder application, and click the Relaunch button below.

Frequent Authorization Pop-Up Issues

In the application settings, go to General -> Full Disk Access -> Click to Grant to add the application to the Full Disk Access list.

Enable Finder Extension

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'