asciinema / agg

asciinema gif generator
Apache License 2.0
1.12k stars 38 forks source link

Make API more generic #43

Closed NyCodeGHG closed 1 year ago

NyCodeGHG commented 1 year ago

This PR makes the API more generic to also allow the use as a library without having to write to temp files. Also adds an option to disable the progress bar, useful in other applications to not spam the log.

NyCodeGHG commented 1 year ago

Hi @sickill I fixed the imports and a few other things using cargo clippy --fix, hope the other changes are not a problem. I also catched a compilation error and also fixed that so that the cli actually keeps working.