Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 69cfb18

Browse files
feat: list recipes when just is invoked without arguments (#20)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27bc7bd commit 69cfb18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

template/justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# ABOUTME: Recipes for managing git worktrees and GitHub repos.
22
# ABOUTME: Invoked via: uv run --from just-bin just <recipe>
33

4+
# List available recipes
5+
default:
6+
@{{ just_executable() }} --list
7+
48
# Create a new git worktree for a branch
59
wt-add branch base='main':
610
#!/bin/bash

0 commit comments

Comments
 (0)