From be6638d8b272b2320df585a5cc428203b69de961 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 10:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20new=20`init`=20command=20for?= =?UTF-8?q?=20creating=20cheat=20sheets=20in=20justfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 38a263e..818d053 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,11 @@ _: alias p:=publish alias pub:=publish -# Publish +# Init new cheat sheet +init: + init-cheatsheet.ts + +# Publish cheat sheets publish: update-cheatsheet.ts commit.ts