Ava

Results 3 issues of Ava

``` ➜ ttygif myrecording window_id: 20 DEBUG: screencapture -x -l20 -o -m /tmp/ttygif.enfaCo/0.png &> /dev/null DEBUG: convert /tmp/ttygif.enfaCo/0.png -background white -quiet -flatten +matte -crop +0+22 -crop +4+0 -crop -4-0 +repage...

API keys are considered secret and should be stored in an env variable and not in plain text. Anyone could take and use your keys if they are public here....

Fix quoted variables and negated test `-z `resulting in a needless double-negative. You can just use the `-n` operator instead: ``` # Identical tests to verify that a value is...