securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Add example of running command as animated gif #554

Closed ericwb closed 4 weeks ago

ericwb commented 4 weeks ago

This change to the README uses asciinema to generate a cast of running precli to analyze a test file and display the output. The cast was then converted to an animated gif using agg.

asciinema rec example.cast
agg example.cast example.gif --no-loop --font-dir=$HOME/Downloads/Noto_Emoji/static

Note: the font library was included so the emoji would render

https://github.com/asciinema/asciinema https://github.com/asciinema/agg