This is pretty cool, and nice demo gif. Thanks for making it!<p>Honestly, the biggest advantage for me over all other proposed alternatives is that it's a pure Go binary, so I can just do this:<p><pre><code> go get -u github.com/jingweno/ccat
</code></pre>
On any of my machines. One predictable command will fetch the source, all dependencies and build it without any configuration.<p>I use Go as my primary development language, so I'm more likely to have it installed than any other tools that are not go-gettable.