Just is a command runner - a modern take on the Makefile. You define recipes in a Justfile and run them with just <recipe>. It’s become my go-to for project automation: building code, managing VMs, running tests, whatever the project needs.
Just has built-in tab completion for...
