mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 15:55:32 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
591 B
591 B
title | date | draft | emoji | tags | |||
---|---|---|---|---|---|---|---|
Pretty JSON in the terminal | 2013-03-20T16:02:00+00:00 | false | ✨ |
|
This was exactly what I was looking for.
If you're investingating JSON returned from a web service, get the control you need with the terminal and jsonpp:
brew install jsonpp
curl -u username:password http://awesome.com/stuff.json | jsonpp
BOOM. As they say.