This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Julia Evans
b0rk.jvns.ca
did:plc:nzrozayxq764zbgl4qtp5ald
I've started using ** in Fish instead of find & xargs and I really love it, instead of writing `find . -name '*.py' | xargs wc -l` I can just write `wc -l **.py`
it hasn't 100% replaced `find` for me but I'm definitely using xargs way less than I used to
2026-05-19T13:58:29.070Z