Had I known about that I might have originally used it. Somehow it didn’t come up first in searches. CodeRay isn’t causing any issues right now, my biggest issue is io-console not working on 1.8.
If coderay stops being a solution I’ll probably switch to that. Thanks.
Note: I’m currently working on having a type: image using http://aa-project.sourceforge.net/aview/ as seen here http://superuser.com/questions/378786/is-it-possible-to-view-images-in-a-terminal More seriously I’m also looking into having a type: terminal to open up a repl live and type: command to do some command and display the output.
This is very similar to
pandoc’s approach. See http://johnmacfarlane.net/pandoc/demos.html and the source file that can be converted into a slideshow: http://johnmacfarlane.net/pandoc/demo/SLIDES.Also similar to Terminal Keynote https://github.com/fxn/tkn (disclaimer, it is mine :).
FYI, I had to switch to CodeRay, because pygments doesn’t work on Mac OS X standard ruby implementation.
gem install pygmentizeHad I known about that I might have originally used it. Somehow it didn’t come up first in searches. CodeRay isn’t causing any issues right now, my biggest issue is io-console not working on 1.8.
If coderay stops being a solution I’ll probably switch to that. Thanks.
Interesting that they split it by header. I wouldn’t have thought of that.