Two coffee-related scripts:
- kafa: Get a random non-English translation of ‘coffee’ using MyMemory API.
- kafic: Get a random coffee ASCII art.
It started as a joke between myself and @kva1966. This tool automates this.
You need Ruby installed, simply run:
-
kafa:
./kafa.rb
-
kafic:
./kafic.rb
or if you want Markdown:
./kafic.rb md
Alternatively, if you have Docker or Docker Desktop, you can run:
docker compose run --rm kafaThe first run will take a while as it builds the image. Subsequent ones will be faster and just display the output.