Mac Os X: How to create a new text file directly from the Finder’s windows

Scritto da admin

Pubblicato sabato, Ago 09

One of the (few) things I miss from Windows is the possibility to create new text files directly within the Finder without having to go to the Terminal, or other gadgets.

After several attempts and researches have able to assemble a workable solution, taking inspiration from the beautiful site of apple.stackexchange.com cousins ​​StackOverflow, a reference point for all developers and that I thank for the help. The page’s link is this: http://apple.stackexchange.com/questions/84309/how-to-create-a-text-file-in-a-folder?lq=1

Let’s start:
it is about creating an AppleScript to launch directly from the Finder Toolbar.

Screenshot_NewFile_01

First of all, open AppleScript from Applicazioni -> Utility -> AppleScript Editor

Screenshot_NewFile_02

Now, copy the follow text in the main empty windows of AppleScript:

tell application “Finder” to make new file at (the target of the front windowas alias with properties {name:”NewFile.txt”, file type:”text”}

Screenshot_NewFile_04

and save the file, for example: in the folder /Applications/Scripts

Screenshot_NewFile_05

then the saving the text of the script will appear with the formatting color

Screenshot_NewFile_06

now it is important to proceed with saving of the script (in the same folder for convenience) as selecting Format document “Application”. Also remember to select the “Run Only”.

Screenshot_NewFile_07

At this point it remains only to drag the script file from the folder where you have saved on the toolbar of any folder in the Finder, by holding down the CMD key.

Screenshot_NewFile_01

Non è proprio la soluzione desiderata ma rappresenta comunque un compromesso accettabile. L’ideale sarebbe di poter cliccare sul tasto destro del mouse nell’area vuota della cartella e avere l’opzione “Crea nuovo file di testo” nel menu contestuale. In rete ho trovato diverse soluzioni ma nessuna di queste funziona completamente. Alcune funzionano solo su versioni di OS X differenti tra loro.

Una di queste aggiunge l’opzione nel menu contestuale ma solo se si clicca su un file già presente, condizione questa che non sempre è verificata.

It’s not really the desired solution but it still represents an acceptable compromise (in my opinion). The ideal would be to be able to click on the right mouse button in the empty area of the folder and have the option “Create new text file” in the context menu. Browsing I found several solutions but none of them works completely, just like me. Some only work on versions of OS X different from each other. One of these adds the option in the context menu but only if you click on a file that already exists, but this condition is not always verified.

If I had to find some interesting solution about I will update this post or create a new one.

Stay tuned.

Related Articles

Lightroom -Scorciatoie tastiera

Lightroom -Scorciatoie tastiera

Mostra/nascondi pannelli laterali – TAB Visualizza Barra Strumenti – T Mostra/nascondi Selettore moduli – F5 Mostra/nascondi Area Provini – F6 Mostra/nascondi Pannelli di sinistra – F7 Mostra/nascondi Pannelli di destra – F8 Apertura...

Gestione catalogo Lightroom

Gestione catalogo Lightroom

Io ho scelto di organizzare le foto dividendole per anni. Così facendo si rende più leggibile l’albero delle cartelle e poi ci si predispone già per backup mirati o progetti particolari. Esempio, fare un libro con raccolte le migliori o le più significative fotografie...

Divi: Full Screen Slider Images

Il tema Divi di Elegant Themes ha un bellissimo modulo per la gestione delle slider con molti parametri di configurazione. Resta però un problema irrisolto (almeno per ora); la possibilità di mettere in Full Screen (quindi anche in altezza e non solo in larghezza) le...