====
The Apple Script for making new text file on current Folder
This is the Apple Script that can make new file on current folder.
You can make new file on current folder by calling this script using short cut key When you are opening "Finder" at forfront.
- Note
Source code is written in "main.txt"(is not scpt file) .
Because scpt can not open on this page.
*Launch "Automator" app.
*Choose "Service".
*Choose "no input" in select box of "service receives selected".
*Set "Run AppleScript" from left side.
*Back to this github page and copy source code in the script.
*Back to "Automator" again, then paste the code into panel of "Run AppleScript".
*Save as new worlflow.
*Open setting page of "Short cut" in "System Preferences".
*Select "Services" and find service as saved workflow from before.
*Set any short cut key you want to launch.
Open Finder. Press the shor cut key. Then, You will see that new text file will be created with name system time on current folder!
MIT Licence