Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/quickgo
Quick Look for golang
https://github.com/atotto/quickgo
Last synced: 24 days ago
JSON representation
Quick Look for golang
- Host: GitHub
- URL: https://github.com/atotto/quickgo
- Owner: atotto
- Created: 2012-10-08T08:54:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T13:56:50.000Z (about 12 years ago)
- Last Synced: 2024-05-02T01:30:33.126Z (6 months ago)
- Language: Objective-C
- Size: 380 KB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickGo #
## Introduction ##
QuickGo is a useful QuickLook plugin to preview golang files.
It will render files with a colorful view.### ScreenShot ###
![QuickLook](http://farm9.staticflickr.com/8314/8066711594_c4e7d5c3ed_o.png "QuickLook")
![QuickLook](http://farm9.staticflickr.com/8319/8066711459_07f2cc17d2.jpg "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.shTo uninstall:
./Uninstall.sh### Downloads ###
You can download a binary release from:
## Customize syntax highlighting ##
You can change the syntax highlighting on `~/Library/QuickLook/Contents/Resources/style.css`.
0. Go to the `~/Library/QuickLook/` directory.
0. Select `Show Package Contents` from context menu on `QuickGo.qlgenerator`.
0. Go to `Contents/Resources`.
0. You can find the `style.css`, customize it!## Issues ##
If you find a bug, please create an issue here :
## License ##
The QuickGo code is distributed under the same terms as .
## Author ##
- Ato Araki : @atotto