| Crates.io | just-fancy |
| lib.rs | just-fancy |
| version | 0.1.1 |
| created_at | 2025-12-15 23:00:40.724795+00 |
| updated_at | 2025-12-16 16:15:19.593553+00 |
| description | A fancy wrapper for just with parallel execution and pretty output |
| homepage | |
| repository | https://github.com/samgqroberts/just-fancy |
| max_upload_size | |
| id | 1986938 |
| size | 73,292 |
A fancy wrapper for just with prettier output for parallel execution.
https://github.com/user-attachments/assets/ffee412b-c608-4092-83d0-554ddb6c30bc
cargo install just-fancy
# 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
MIT