Skip to content

Instantly share code, notes, and snippets.

@luisadha
Last active January 25, 2024 09:40
Show Gist options
  • Save luisadha/41731e8bc4bfa8e47284d27054f17e1c to your computer and use it in GitHub Desktop.
Save luisadha/41731e8bc4bfa8e47284d27054f17e1c to your computer and use it in GitHub Desktop.
convert image to ascii on background
#!/data/data/com.termux/files/usr/bin/env zsh
# by luisadha
#
( while true; do
cols=$(tput cols)
if [ "$cols" == "141" ]; then
jp2a ~/downloads/aphrodite_by_juni_anker.jpg
sleep 1
break
fi
done ) &
@luisadha
Copy link
Author

aphrodite_by_juni_anker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment