In Windows, one can create a new file using Right Click -> Add New -> Type of File. Is there an analogous action in Lion?
I just want to create a new blank file on my Desktop.
|
In Windows, one can create a new file using Right Click -> Add New -> Type of File. Is there an analogous action in Lion? I just want to create a new blank file on my Desktop. |
||||
To-Do'sIf you just want to create a To-Do list, you might look at third-party solutions like:
However, if you want to use a feature provided by OSX, try Stickies. It's Apple's program for taking notes. Very minimalistic and fast.
Contextual Menu itemThere used to be NuFile which added the Windows-like feature to OSX. Unfortunately, the software hasn't been updated in years. There is commercial solution available now:
|
||||
|
|
If you're not adverse to using a 3rd pary app, then Document Palette sounds like what you need. EDIT: This looks like its been discontinued by the developer. However, I managed to grab it from here and it seems to work just fine on Lion.
|
||||
|
|
|
You can also use the Evernote, http://www.evernote.com/, to manage your To-Do list, which can also be synced between devices. |
|||
|
|
|
I'm currently using this AppleScript with FastScripts.
You could save it as an Automator service.
|
|||
|
|
|
(I just re-read the question and am uncertain whether this post applies. My answer below is a solution for simple To-Do creation. If this question is really about creating a blank text file, though, my solution doesn't apply. Perhaps the original question could be clarified?) I use LaunchBar, in conjunction with Wunderlist and a little Applescript. This is a fluid action for me now: Cmd-Space, then "AW", Space, and my To-Do text. For those not familiar with LaunchBar, Cmd-Space brings up LaunchBar itself, "AW" is a shortcut to my "Add to Wunderlist" script, "Space" brings up a text field, and the contents of that field go to my Wunderlist task list. The Applescript is really simple, it just takes a string and emails it to Wunderlist. It looks like this:
This script DOES make your email password available in clear text in the script itself. I have a disposable Gmail account that I use only for this purpose, so I'm not that bothered if the account is compromised. This system may be a bit more technical than many would like, but it allows me to use Wunderlist (which I love). If you're already a LaunchBar user, I think you'll like it too. |
||||
|
|
|
Neu is a simple application that makes it easier to create new documents in the Finder, without you having to open an application first. http://www.elegantchaos.com/neu (demo available) $10 on the Mac App Store: http://itunes.apple.com/us/app/neu/id405033825?mt=12 |
|||
|
|
touchcommand with the desired file name. There's no way I can think of to do it in Finder though. Why do you want to do this in Finder rather than just making a new text file in TextEdit say and saving it to the Desktop? – timothymh Feb 22 '12 at 5:08