Skip to main content

create_snippets: add my current journalling prompt

ID
253e9cf
date
2026-06-07 20:19:56+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
3be8b87
message
create_snippets: add my current journalling prompt
changed files
1 file, 7 additions, 1 deletion

Changed files

create_snippets.py (8738) → create_snippets.py (8931)

diff --git a/create_snippets.py b/create_snippets.py
index 7dd431f..e4314b7 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -233,6 +233,12 @@ SNIPPETS = {
 
     ";so": "Signed-off-by: Alex Chan <alexc@tailscale.com>",
 
+    # Journalling prompts
+    ";jj": " / ".join([
+        "Home", "Work", "Writing", "Craft", "Family", "Friends",
+        "Sarah", "Health", "Diet", "Heart", "Finances", "Entertainment",
+    ]),
+
     # My Mastodon server
     ";san": "social.alexwlchan.net",
 
@@ -256,7 +262,7 @@ SNIPPETS = {
     # Git trailer
     # See https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
     ";co": "Co-authored-by:",
-    
+
     ";sc": "Updates #cleanup\n\nSigned-off-by: Alex Chan <alexc@tailscale.com>",
 
     # ===================================