- Minimum macOS version: 10.14
- Open FinderMate app
- Edit New Document Name
- Configure the option to open text editor app after creating a new document
- Click Save Settings
- Enable FinderMate Extension in System Preferences > Extensions
Right-click in Finder or on Desktop to open contextual menu and choose 📄 New Text File.
If a file exists with same name in target folder, FinderMate extension will create a new file with incrementing number.
FinderMate is sandboxed, but the host app and extension require few extra entitlements.
App:
com.apple.security.application-groups: $(TeamIdentifierPrefix)com.github.jlehikoinen.FinderMate
Extension:
com.apple.security.application-groups: $(TeamIdentifierPrefix)com.github.jlehikoinen.FinderMate
com.apple.security.temporary-exception.files.home-relative-path.read-write: /
com.apple.security.temporary-exception.shared-preference.read-write: true
Tested on macOS 10.14.6