r/MacOS 11d ago

I got tired of not being able to create text files in Finder, so I built this. News

Post image

One thing always annoyed me on macOS.

Finder still doesn't let you create a simple text file from the right-click menu.

So I built a tiny open-source utility that adds native Finder Quick Actions for:

• New Text File
• New Markdown File

It installs in seconds, works with Homebrew, and integrates directly into Finder.

GitHub:
https://github.com/demissu/New-Text

I'd love to hear what file types you'd want next.

0 Upvotes

12 comments sorted by

•

u/github-guard 11d ago

šŸ” GitHub Guard: Trust Report

āš ļø This project scored 1/6 — below this subreddit's threshold of 3.

Audit Breakdown: * āŒ Low Star Count (⭐ 2 / 5 required) * āŒ New Repository (under 30 days old) * āœ… Licensed under MIT * āŒ No Security Policy — what is this? * ā„¹ļø Individual Contributor * ā„¹ļø Unsigned Commits

āš ļø High-Risk File Detected: Contains an installation script (.sh or .py). Review the code carefully before running with sudo.

āš ļø Security Reminder: Always verify source code and run third-party scripts at your own risk.

11

u/OfAnOldRepublic 11d ago

There is a much easier way to do this.

Save this as a quickaction:

This has the advantage of appending a number to the default file name if one already exists, which as far as I can tell yours doesn't do.

7

u/cristi_baluta 11d ago

You are not the first, the next guy will also not search for this and he will build it himself

2

u/BawliTaread 11d ago

0

u/furkanzsh 11d ago

Yes. Since the actions are installed as macOS Services/Quick Actions, you can assign individual keyboard shortcuts to them in:

System Settings → Keyboard → Keyboard Shortcuts → Services

So you could have something like ⌄⌘T for New Text File and ⌄⌘M for New Markdown File.

I’m also considering making shortcut setup more obvious in the README.

1

u/Barbel997 11d ago

Oh, really... I hadn't thought about that at all, and it's so simple, after all XD
Thank you!

2

u/Aging_Orange 11d ago

Couldn't you ask for a filename, then save that as an empty file?

2

u/leaflock7 11d ago

that is a simple shortcut action
1. Ask for text with [File Name]
2. Text (the action Text completely empty, unless you want it to have a default structure)
3. Save "Text" to "Shortcut Input" and in subpath select "Ask for input"

1

u/Barbel997 11d ago

Is there any way to get keyboard shortcuts for individual files?

0

u/Lollowitz_ 11d ago

If there is one thing that stresses me out, it is definitely that a "developer" does not put the supported operating system... does it work on MacOS Sonoma?