charmbracelet / freeze

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

feat: allow to see the command prompt followed by the executed command in the output image #76

Open 4zv4l opened 3 months ago

4zv4l commented 3 months ago

It would be great if it was possible to get the command executed in the final image (using --execute), that way it will look like a "real" screenshot of a terminal. If for limitation it isnt possible to capture the prompt, even a prompt as simple as:

$ <cmd>
<output>

would be amazing already.

maaslalani commented 3 months ago

Hey totally agree! We're working on this one in https://github.com/charmbracelet/freeze/issues/44