Python

aliases

I prefer to use git in my terminal — this way I can see the output of the commands I run, and thanks to aliases, it is blazingly fast. Type less, do more. ...

2026-03-03

jpq

jpq is a tiny CLI I wrote because I have jq reflexes but a Python brain. JSON comes in on stdin, gets bound to this, an expression runs against it, and the result goes back out as JSON. No DSL to memorise — just Python. ...