/QuickGo

Quick Look for golang

Primary LanguageObjective-C

QuickGo

Introduction

QuickGo is a useful QuickLook plugin to preview golang files. It will render files with a colorful view.

ScreenShot

QuickLook

QuickLook

Features

  • Simple syntax highlighting

under development...

Installation

To install, simply put the "QuickGo.qlgenerator" file in:

~/Library/QuickLook/

To uninstall, simply remove it.

Or, you can use the Install script the following:

./Install.sh

To uninstall:

./Uninstall.sh

Downloads

You can download a binary release from: https://github.com/atotto/QuickGo/downloads

Customize syntax highlighting

You can change the syntax highlighting on ~/Library/QuickLook/Contents/Resources/style.css.

  1. Go to the ~/Library/QuickLook/ directory.
  2. Select Show Package Contents from context menu on QuickGo.qlgenerator.
  3. Go to Contents/Resources.
  4. You can find the style.css, customize it!

Issues

If you find a bug, please create an issue here : https://github.com/atotto/QuickGo/issues

License

The QuickGo code is distributed under the same terms as http://golang.org/.

Author