aic-bash icon indicating copy to clipboard operation
aic-bash copied to clipboard

A bash script to query our API for public domain artworks and render them as ASCII art

Results 3 aic-bash issues
Sort by recently updated
recently updated
newest added

This project has some non-trivial requirements. We can't really do much about enforcing truecolor terminal support, but we can at least make it so that the required tools get installed...

You might want to add this command to the README.md, for people to have a new image every 30 seconds (especially since `watch` does not work): `while true; do ./aic.sh;...

When I tried running the script I got a somewhat cryptic error message: `syntax error (invalid integer constant (error token is "16#"))`. When I looked into it, the root issue...