Setting up more espanso shortcuts for blog

This commit is contained in:
z3rOR0ne 2023-06-22 18:02:19 -07:00
parent 327f33b61a
commit 5185fd223b
2 changed files with 26 additions and 4 deletions

7
scripts/fig Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Utilize in conjunction with espanso, call ;fig
cat <<EOM
figure
img.img-image(src="../assets/images/screenshots/default.webp" alt="" title="" cite="" loading="lazy")
figcaption An Screenshot Image Caption
EOM