Just
Just a command runner: a handy way to save and run project-specific commands.
Why consider Just?
Just is an open-source command runner written in Rust by Casey Rodarmor. Inspired by make, Just provides a clean, cross-platform syntax for saving and executing project recipes, supporting argument passing, environmental variables, docstrings, and bash/python/powershell scripts.
Learn Just by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Just
Just provides concise project recipe definitions without Make's idiosyncratic build-target semantics.
Quickstart
# Install Justcargo install just# Run a recipejust buildJust is dedicated to the public domain under Creative Commons Zero (CC0-1.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.