Thanks, yes, installing and running QLStephen ultimately works well. However, I found that getting the plugin to run properly and recognize gtf and gff3 files was a bit tricky. If anyone reading this encounters issues, here are some links for troubleshooting that I found helpful:
- On setting permissions, etc. (instructions from the developers)
- Background/additional info for the above instructions (repo issue #81)
- On how to make necessary modifications to the plugin
Info.plistfile (repo issue #23), relevant comment #1 - On how to make necessary modifications to the plugin
Info.plistfile (repo issue #23), relevant comment #2
Regarding the last two points, you need to follow the steps in relevant comment #1 to obtain a value to be included in Info.plist as described in relevant comment #2.
These are text format files so why do you need a plugin?
Because of their extensions, they seem to not be handled by vanilla Quicklook.
But maybe I don't need a plugin? I'm looking for a quick way to peruse the contents of gtf and gff3 files that I'm writing.
headin your shell terminal?Yeah, this'll work, although it's not ideal for my use case with very large numbers of files, e.g.,
What do you want to do with this functionality? If we are talking about the same
quicklookthen that is simply a way of looking inside a file. You could also highlight file(s) --> "right click" --> "Open with" --> "TextEdit" to get more or less the same experience.Sorry if I was not clear, I was looking for a way to be able to press the space bar to have a Quicklook window open, which would allow a user to quickly see the initial contents of the file. With Quicklook open, the user can use the up and down arrows to quickly view the contents of other gtf/gff3 files in the directory. At least on my system with OS Ventura 13.0.1, your suggestion doesn't facilitate that.
Change the Finder association so the files are opened with TextWrangler or BBEdit. Preview should then show content for moderately sized files at least.