Finder: new text file?

AppleScript to the rescue again:

on run {input, parameters}
 
	tell application "Finder" to make new file at (the target of the front window) as alias
	return input
end run

Screen Shot 2014-11-17 at 6.46.00 PM

 

Save it as an Automator Application, then while holding the Command, drag to Finder toolbar to add as a button.

Leave a Reply

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.

This site uses Akismet to reduce spam. Learn how your comment data is processed.