Posted on: 30 May 2008 in gnuplot, textmate, bundle, help
On of the things that makes gnuplot so powerful is its dazzling array of options. With this great number of options comes a heavy reliance on the manual, and this has meant that until recently, when I was scripting graphs for my thesis I had to have TextMate and a terminal running gnuplot fired up, and keep on switching between them when I needed to get some help.
That's why I decided to add support for gnuplot's built-in help into the Gnuplot bundle. One of the many useful things about the gnuplot help is that it looks quite a lot like markdown. In particular, lots of code is delimited by back-ticks and larger snippets are indented, just like markdown requires. This means that it's easy to convert it to HTML, and display it in TextMate's HTML viewer.
The result: select a gnuplot keyword, press ⌃H, and read the output.

Another couple of features which I'm too proud of not to mention are:
I'm currently working on adding links to other topics, such as subtopics, and hopefully that won't be too long coming.
Try it out, and give it a go. Installation instruction can be found on the Gnuplot bundle Github page.
I'm always open to suggestions or collaborations.