Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Have a fun little CLI I found and bonuscommand for you to throw into your .bashrc/.zshrc file:
jcat() {
cat $1 | jq ".$2"
}
CLI is jq (stedolan.github.io/jq), a JSON CLI. Function will pretty print, with color, JSON files in your terminal!