Tmux Launcher
I made this when I was an avid user of tmux. Basically, I wanted a way to run tmux with a bunch of commands to set stuff like statusline colors.
To that extent, I decided to use mruby and send tmux commands directly through the C interface
(pipe, fork and exec* functions).