Ulf Schneider

Hi, I’m Ulf Schneider, a software engineer and agile coach. Welcome to my website. Here’s more about me if you’re interested.

Latest

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.