From ac0672f64f81dc541f09752e1782ba8456f3853a Mon Sep 17 00:00:00 2001 From: Joseph O'Brien <98370624+89jobrien@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:30:11 -0400 Subject: [PATCH] chore: add just workspace recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 55789a7..2762608 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ +# Launch zellij workspace layout +workspace: + zellij --layout notfiles + pre-commit: cargo fmt --all --check cargo clippy --workspace -- -D warnings