diff --git a/justfile b/justfile index dc09a41..976199e 100644 --- a/justfile +++ b/justfile @@ -20,3 +20,14 @@ mutations: # cargo doc # cargo test # cargo test --example get + +jj-next: + jj edit main + just jj-next-test + +jj-next-test: + jj next --edit + jj bookmark move next + just build + jj bookmark move main + just jj-next-test