Freeze

Make images from text

Freeze can create images from text files shell command output. E.g.

freeze --execute "ls -ls" -o freeze-ls-ls.png

will create a file freeze-ls-ls.png that shows the result of the ls -ls command, which looks like:

Output of freeze --execute "ls -ls" -o freeze-ls-ls.png

You can get an image of a text file, like a go.mod file, as well. Issue the command

freeze go.mod -o freeze-go-mod.png

and get the following image:

Output of freeze go.mod -o freeze-go-mod.png

Because Freeze is written in Go, you can use it on any operating system.