From bcce3cf624a6e5dba87c731490c840da4cf2c2d8 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Wed, 24 Jun 2026 08:42:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20:=20add=20export=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mise.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mise.toml b/mise.toml index 41e6027..7338dca 100644 --- a/mise.toml +++ b/mise.toml @@ -12,3 +12,8 @@ run = "presenterm pimp-my-shell.md --present -xX -t catppuccin-frappe" [tasks.presentation] run = "presenterm pimp-my-shell.md -p -xX -t catppuccin-frappe" +[tasks.export] +tools.python = "latest" +tools.pipx = "latest" +tools."pipx:weasyprint" = "latest" +run = "presenterm -e -o pimp-my-shell.pdf pimp-my-shell.md" -- 2.51.2