From ed4b84d2ca7e5b13d010effefb8ae676d084124a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2026 23:57:21 +0530 Subject: Refactor image.sh to handle png + cleanup sql --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 763a6a1..9eefddf 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ image file *args: show-image image_id: echo "Displaying {{image_id}}" 1>&2 - ./image.sh "{{image_id}}" | tee >(magick ppm:- "media/{{image_id}}.png") | magick display ppm:- + ./image.sh "{{image_id}}" repl *args: rlwrap sqlite3 "{{DB}}" {{args}} -- cgit v1.3.1