Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besi/quicklook-dot
OSX QuickLook Plugin for Graphviz dot files
https://github.com/besi/quicklook-dot
Last synced: about 2 months ago
JSON representation
OSX QuickLook Plugin for Graphviz dot files
- Host: GitHub
- URL: https://github.com/besi/quicklook-dot
- Owner: besi
- Created: 2011-03-10T14:27:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T05:55:12.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T03:04:09.274Z (5 months ago)
- Language: C
- Homepage:
- Size: 171 KB
- Stars: 40
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Mac-QuickLook - QuicklookDot
README
QuicklookDot
============This bundle allows you to conveniently preview [dot] files in a OSX [QuickLook] preview.
![Screenshot]
Installation
------------- The dot binary is a pre-requisite. Install it from
- To be sure install a symbolic link in your Terminalln -s `which dot` /usr/bin/dot
- Download the current version of the plugin from the "[Downloads]" section
- Copy the QuickLook plugin bundle with the `.qlgenerator` ending to the folder `~/Library/QuickLook` (Create the folder, if it does not exist)Using the plugin
----------------- You should be able to preview your `.dot` or `.gv` files using the space key in Finder.
- You also see a preview if your file is selected and if you are in column mode (`⌘+ 3).
- You can use a simple `HelloWorld.dot`digraph G{
Hello -> World
this -> is -> a -> test
}Development
-----------Git repository: `[email protected]:besi/quicklook-dot.git`
Debuggingdefaults write -g QLEnableLogging YES
# Create preview from the command line
qlmanage -p ~/Dropbox/projects/OSX/quicklook-dot/sample.dotLinks
------ [DOT on Wikipedia][dot]
- [Graphviz DOT Gallery][graphvizgallery]
- quicklook-dot was inpired by [qlmarkdown][dot]: http://en.wikipedia.org/wiki/DOT_language
[quicklook]: http://www.apple.com/macosx/what-is-macosx/quick-look.html
[downloads]: https://github.com/besi/quicklook-dot/downloads
[screenshot]: https://raw.github.com/besi/quicklook-dot/master/screenshot.png
[qlmarkdown]: https://github.com/toland/qlmarkdown
[graphvizgallery]: http://graphviz.org/Gallery.php