GitHub - liam-ilan/crumb-show-hn: A simple Show HN client in Crumb.

1 min read Original article ↗

Crumb Show HN

A simple Show HN Client, written in 93 lines of Crumb, using colors.crumb, jq, and Crumb v0.0.2 shell integration.

Screenshot of result

How To

First, clone this repository,

git clone https://github.com/liam-ilan/crumb-show-hn.git

If you do not have jq already, install it,

sudo apt install jq

Build the Crumb interpreter with,

chmod +x build-crumb.sh && ./build-crumb.sh

Now you're all set! Just do

./crumb main.crumb

to run the client!

Credit