From abf817a7e1aa29f61a8f4d46e11c1f54fe71ec17 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Fri, 2 Jun 2023 08:04:25 -0400 Subject: [PATCH] Tooling adjustment. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a4c363f..dff9d28 100644 --- a/justfile +++ b/justfile @@ -9,4 +9,4 @@ create book chapter v1 v2: passage='{{book}}_{{chapter}}:{{v1}}-{{v2}}' cd content/bible_journal sed -e '/\$/{s/\$1/{{chapter}}/; s/\$2/{{v1}}/; s/\$3/{{v2}}/;}' -e "3s/{}/$(date +%Y-%m-%d)/" _template.txt > "${passage}.md" - vi + "${passage}.md" + hx + "${passage}.md"