aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-03 23:41:42 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-03 23:41:42 +0530
commit3be6325b1292233fae4817b3b864eca7b9911898 (patch)
tree0cf5907854ed7520387646a5249fb3b3a4d17322 /justfile
parent7df455db49e1104eb9624adc4d5050b7f353a417 (diff)
downloadsqlite-creative-coding-3be6325b1292233fae4817b3b864eca7b9911898.tar.gz
sqlite-creative-coding-3be6325b1292233fae4817b3b864eca7b9911898.zip
Add generated images to dir + readme
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index f8f3413..763a6a1 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 output.ignore.txt | magick display ppm:-
+ ./image.sh "{{image_id}}" | tee >(magick ppm:- "media/{{image_id}}.png") | magick display ppm:-
repl *args:
rlwrap sqlite3 "{{DB}}" {{args}}