ianleon / qlstephen

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

Home Page:https://github.com/ianleon/qlstephen/blob/master/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuicklookStephen for Catalina

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

README
INSTALL
Capfile
CHANGELOG
.vimrc
.bashrc
.zshrc
etc...

Build / Installation

  • Required: Xcode
git clone git@github.com:ianleon/qlstephen.git
cd qlstephen/QuickLookStephenProject
xcodebuild -scheme QuickLookStephen build

Authors

Original author: Duncan Robertson

Special thanks to the following people for submitting patches over the years:

Contributing

  • Fork the project
  • Send a pull request
  • Don’t change the build number (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

https://github.com/ianleon/qlstephen/blob/master/README.md

License:MIT License


Languages

Language:Objective-C 56.4%Language:C 43.6%