just-fancy

Crates.iojust-fancy
lib.rsjust-fancy
version0.1.1
created_at2025-12-15 23:00:40.724795+00
updated_at2025-12-16 16:15:19.593553+00
descriptionA fancy wrapper for just with parallel execution and pretty output
homepage
repositoryhttps://github.com/samgqroberts/just-fancy
max_upload_size
id1986938
size73,292
Sam Roberts (samgqroberts)

documentation

README

just-fancy

A fancy wrapper for just with prettier output for parallel execution.

https://github.com/user-attachments/assets/ffee412b-c608-4092-83d0-554ddb6c30bc

Features

  • Parallel execution - Runs independent recipes concurrently, respecting dependencies
  • Pretty progress UI - Spinners, status indicators, and live output previews
  • Log files - Captures output to log files for failed tasks

Installation

cargo install just-fancy

Usage

# Run the default recipe
just-fancy

# Run a specific recipe
just-fancy build

# Run with arguments
just-fancy deploy production

# Limit parallel jobs
just-fancy -j 4 build

# List available recipes
just-fancy -l

# Disable fancy output (passthrough to just)
just-fancy --no-capture build

Requirements

  • just must be installed and available in your PATH

License

MIT

Commit count: 0

cargo fmt