|
|
2 tygodni temu | |
|---|---|---|
| .gitignore | 2 tygodni temu | |
| NewText.scpt | 2 tygodni temu | |
| README.md | 2 tygodni temu |
MacOS Script Editor app that will create a new empty notes.txt in your current Finder window.
These instructions are based on MacOS Sequoia (15.7). There may be small differences in Script Editor options and menus.
NewText.scpt in the Mac system app Script Editor
notes.txt, it’s fairly obvious where to change that in a couple places.~/Applications (for just yourself to use) or /Applications (for all users)Whenever you are in a Finder window, if you want to create a blank notes.txt file, just Cmd+Space to invoke Spotlight and start typing “NewText” until it autocompletes, then hit enter to create the file. If you have multiple Finder windows open, it will be created in the topmost one. You can create one on the desktop by clicking the desktop before invoking. If you already have a notes.txt in that directory, a notes 1.txt will be created, or notes 2.txt, etc.
The first time you run it in Documents, Downloads, network drives, and some other folders, you may be prompted to allow the script access to that folder. You need to click allow for it to work there.