There have been a few occasions when I envied Windows users' ability to create a new empty file within explorer by simply right clicking. Why can't we do this in the Finder on Mac OSX?

Browsing the forums on MacNN, I encountered this post on the issue, which spurred me to apply my limited AppleScript knowledge (mainly gained while trying to create my flCompile workflow) to create a solution. The result is the "Quick File" Automator workflow (aka context menu extension), which takes it one step better than Windows by letting you define template files.

To use Quick File, simply open the folder that you wish to copy a template into. Right click in the finder window (or on a file in the window), and select "Quick File" from the "Automator" menu. Select the template you wish to copy using the mouse or keyboard (arrow keys, or type the first few letters of its name), and click ok (or press enter). The template will be copied into the folder and selected. Hit enter to rename the file, or cmd-O to open it.

The list of file templates is controlled by placing template files in a "Quick Files" folder in your Library. Read the Read Me for full information.

Disclaimer
I take absolutely no responsibility for any problems you experience or damages (direct or indirect, including but not limited to loss of data) caused by using these workflows. I have tried my best to make sure they are totally safe, but I am not an AppleScript expert or a command line guru. Use at your own risk.

You can download this handy extension by clicking here. Be sure to read the supplied Read Me for installation and usage instructions.