charmbracelet / freeze

Generate images of code and terminal output 📸
MIT License
2.98k stars 50 forks source link

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

Open blacktop opened 1 month ago

blacktop commented 1 month ago

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

AlejandroSuero commented 1 month ago

You mean to do something like this:

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

blacktop commented 1 month ago

Yes! 😁

AlejandroSuero commented 1 month ago

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