Powerlevel10k CLI wizard to generate Oh-My-Zsh! theme
So, if you use zsh, don't just try random theme. powerlevel10k/powerlevel10k is not in there.
Pacharapol Withayasakpunt So, if you use zsh, don't just try random theme. powerlevel10k/powerlevel10k is not in there.
Pacharapol Withayasakpunt If you have use JavaScript for some time, you should notice that pretty printing JSON in Node.js is as simple as JSON.stringify(obj, null, 2).
(Also, if you need multiline strings, there is js-yaml.)
An alternative is console.log, which in Node.js, it is not as interactive as web browsers with Chrome DevTools, and the depth in by default limited to 2.
console.dir(obj, { depth: null }) -- console.dir