Finder: new text file?


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/mstoynov/public_html_mihail.stoynov.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

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.