Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.4: Create new blank text files via contextual menu' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.4: Create new blank text files via contextual menu
Authored by: mahakali on Fri, Mar 30 2007 at 1:08AM PDT

Or keep an empty plain text file on your desktop and set it as a stationery pad from the Get Info window. All you need to do is double-click it (or command-arrowdown if you prefer).

What's still pissing me off about OS X stationery pad is that it automatically creates a copy of the pad. In previous OSes, stationery pad creates an unsaved copy of the pad that you can later decides to save into another folder with another name or simply discard without having to go to the Finder and rename/move the file around.

How about this, create a new file from clipboard:

pbpaste > ~/Desktop/untitled.txt; open -e ~/Desktop/untitled.txt

This will overwrite exsiting file that bears the same name though. But you can either combine it with OnMyCommand from abracode.com or with applescript.



[ Reply to This | # ]