termframe

Capture terminal output as SVG screenshots with customizable styling

brewmacoslinux
Try with needOr install directly
Source

About

Terminal output SVG screenshot tool

Commands

termframe

Examples

Capture terminal output and save as SVG file$ termframe input.txt output.svg
Capture with custom window title and theme$ termframe --title 'My Terminal' --theme dracula input.txt output.svg
Convert terminal session to SVG with specific dimensions$ termframe --width 1200 --height 800 session.txt screenshot.svg