We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f6c20 commit 3860335Copy full SHA for 3860335
chatgpt.sh
@@ -255,6 +255,10 @@ while $running; do
255
curl -sS $image_url -o temp_image.png
256
imgcat temp_image.png
257
rm temp_image.png
258
+ elif [[ "$TERM" == "xterm-kitty" ]]; then
259
+ curl -sS $image_url -o temp_image.png
260
+ kitty +kitten icat temp_image.png
261
+ rm temp_image.png
262
else
263
echo "Would you like to open it? (Yes/No)"
264
read -e answer
0 commit comments