charmbracelet / freeze

Generate images of code and terminal output 📸
MIT License
3.45k stars 61 forks source link

freeze --execute to include the CMD that is being ran in the output #100

Open blacktop opened 6 months ago

blacktop commented 6 months ago

I'd like to include the themed CMD being ran in the png output via possibly a flag?

AlejandroSuero commented 6 months ago

You mean to do something like this:

[!NOTE] Last image was achieved with freeze --execute "make test" --show-cmd not implemented.

blacktop commented 6 months ago

Yes! 😁

AlejandroSuero commented 6 months ago

@blacktop I made the changes if you want to test them out.

techeverri commented 1 week ago

Duplicate of https://github.com/charmbracelet/freeze/issues/44