Add Quick Look preview for Automator Application (ASCII-files)
I made a simple application in Automator that opens the selected text file in vim in a terminal window (just a few lines of AppleScript). I used and loved this for quite some time and the only thing I don't like and that is that changing the default application for a filetype to the script results in Finder not being able to show a preview (if viewed as columns or when space is pressed).
Is there any possibility to integrate a simple Quick Look preview for ASCII-files with a simple Automator script or is the only possibility to build a full App via Xcode?