Use just for repetitive tasks.

This commit is contained in:
Lyle Mantooth 2023-03-27 09:41:04 -04:00
parent 71fd3789c8
commit b653ea2d08
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
2 changed files with 13 additions and 4 deletions

8
justfile Normal file
View file

@ -0,0 +1,8 @@
finish message:
git add .
git commit -m "{{message}}"
git push
create passage:
cd content/bible_journal && cp _template.txt "{{passage}}.md"
vi "content/bible_journal/{{passage}}.md"