What is Lemonwrap?
Lemonwrap is a wrapper for your terminal commands,
i.e. instead of foo bar --qux
you type lemonwrap foo bar --qux
.
If your command exits with a non-zero return code, a Lemongrab will appear in your terminal.
Can I use Lemonwrap in my Travis logs?
Kind of. You should use lemonwrap16
, which uses the 8/16 colours palette supported by Travis.
And be patient: Travis takes some time to render ASCII-heavy logs correctly.
What Python versions are supported?
Python 2.7, 3.3, 3.4, 3.5 and 3.6.