Hacker News new | ask | show | jobs
by kstrauser 765 days ago
Two things Just gives you beyond that:

- It handles all that boilerplate for you. The only stuff in the justfile is code you want to execute, not the code to figure out which code to execute.

- Out-of-the-box tab completion. "What did I name that recipe? `just t<tab>` Oh, `test-all`, that's right!"

I like not reinventing those wheels. Let someone else manage that hassle for me.