ImageInTerminal.jl is a drop-in package that once imported changes a how a single Colorant and whole Colorant arrays (i.e. Images) are displayed in the interactive REPL. The displayed images will be downscaled to fit into the size of your active terminal session.
UnicodePlots already have densityplot which are quite close to heatmaps. EDIT no of course it would be even cooler to use the color support from this package.
I don’t want to promise too much, since it usually takes me a while to get around to these little side projects. I have been planning to refactor UnicodePlots to make use of 256/24bit colors for a while now. Displaying Images was initially meant to be a part of it, but it made sense to make it into it’s own little thing. I did write the ImageInTerminal.jl internals in a way that will allow UnicodePlots to make use of the encoding functionality for heatmaps and such.
That said, I have many other Julia-related endeavours on my agenda as well, so I am afraid this will depend on me getting a random urge to implement it (which is basically what happened here)