MoreMenu adds new-file commands directly to Finder's first-level right-click menu on macOS.
Instead of digging through Services or another submenu, you can create a file exactly where you are working and open it immediately in the assigned app. That keeps the workflow short: right-click, choose the file type, start typing.
- adds new-file commands to Finder's top-level context menu
- works on empty space in a Finder window, on the Desktop, and on a selected file or folder
- creates the new file in the current location
- opens the created file right away in the default app for that file type
- auto-increments names:
untitled.ext,untitled_0001.ext,untitled_0002.ext, and so on
The file types you enable appear directly in Finder's first-level context menu.
The MoreMenu app lets you decide which file types should appear.
MoreMenu includes three core types out of the box:
Text (.txt)Markdown (.md)Rich Text (.rtf)
You can also enable common developer-oriented file types, including:
JSON,YAML,TOML,XML,CSV,LOGHTML,CSS,SCSSJavaScript,JSXTypeScript,TSXVue (.vue)Shell Script (.sh)Python (.py)
- Open
MoreMenu.app - Turn
Enable MoreMenu in Finderon or off - Check the file types you want to see in Finder
- Right-click in Finder
Changes apply the next time you open the context menu.
Built-in file types stay enabled by default. The larger web and framework-oriented list is opt-in, so the menu does not get crowded unless you want it to.
Right-click in Finder and choose the file type you want:
- inside a Finder window
- on the Desktop
- on a file or folder
MoreMenu creates the file in that location and immediately opens it in the app currently assigned to that extension.
macOS normally pushes similar actions into less direct places such as Services, or only exposes them when a folder is selected.
MoreMenu keeps those commands at the first menu level and opens the result immediately, which makes repetitive file creation much faster and less interruptive when you are already working in Finder.
- Install
MoreMenu.app - Open
System Settings -> Privacy & Security -> Extensions -> Finder Extensions - Enable
MoreMenu
After that, right-click in Finder and choose the file type you want.
MoreMenu creates files anywhere inside your Home folder — ~/Desktop, ~/Documents, ~/Downloads, and any subfolder of those. That's the supported scope for this build.
External drives under /Volumes/* are not supported in this build. Right-clicking there will show the menu but creating a file will fail silently. Supporting /Volumes/* cleanly on macOS Tahoe requires a signed Developer ID build; see DEVELOPER.md if you're interested in the technical reason.
The first time you launch MoreMenu after a fresh install, macOS may show a "MoreMenu.app would like to access…" prompt. Click Allow once. macOS remembers the decision.
If you reinstall the app from an updated DMG, the prompt may reappear — this is a side-effect of the current ad-hoc signing used in the GitHub builds. Clicking Allow once more is enough.
- Finder Sync is an app extension, not a macOS system extension.
- If macOS shows a System Extensions warning, that is not the setting MoreMenu uses.
- The relevant switch is always in
Finder Extensions.
Developer-oriented build, release, architecture, and troubleshooting notes are in DEVELOPER.md.

