nickhutchinson / qlstephen

A QuickLook plugin that lets you view plain text files without a file extension

Home Page:http://whomwah.github.com/qlstephen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuicklookStephen

QLStephen is a QuickLook plugin that lets you view plain text files without a file extension. Files like:

README
INSTALL
CapFile
CHANGELOG
etc...

Download

You can download the lastest version from the Downloads section in the QLStephen github reposistory. Or you can just complile it yourself.

Install

Pre-compiled

If you download the plugin via the Downloads section in github for this project, you install via the installer pkg included.

Manually Compile

If you're compliling the project yourself, you just copy the QLStephen.qlgenerator file into the relevant QuickLook folder. If the folder is not present, then you will need to create it first:

  1. If just you want to use this plugin

/Users/yourusername/Library/QuickLook/

  1. If you want any user on this machine to use plugin

/Library/QuickLook/

  1. To make OS X load the generator, run in the terminal:

qlmanage -r

Authors

Original author: Duncan Robertson

Special thanks to the following people for submitting patches:

Contributing

  • Fork the project
  • Send a pull request
  • Don't touch the CHANGELOG, I'll do that when I release a new version

About

A QuickLook plugin that lets you view plain text files without a file extension

http://whomwah.github.com/qlstephen/


Languages

Language:Objective-C 52.5%Language:C 47.5%