oscarmlage oscarmlage

Log

Little pleasures of 127.0.0.2 <aka the-new-place> ❤️

This afternoon I had a meeting, my mate prettified a horrible string into a tabulated and perfectly aligned json in his shinny VSCode.

Immediately felt that I needed to get the same using my tools. Literally 4 mins later in my .vimrc:

:command Format :%!jq .
:command Unformat :%!jq -c .