Skip to content

Instantly share code, notes, and snippets.

@rohit-gupta
Created November 24, 2016 09:25
Show Gist options
  • Save rohit-gupta/814d06f34dcaa01d886575c33d2c0c4c to your computer and use it in GitHub Desktop.
Save rohit-gupta/814d06f34dcaa01d886575c33d2c0c4c to your computer and use it in GitHub Desktop.
Install a command to display the latest xkcd in your terminal using braille unicode characters
sudo -H pip install drawille
wget https://raw.githubusercontent.com/asciimoo/drawille/master/examples/xkcd.py
mkdir -p ~/.terminalscripts/
mv xkcd.py ~/.terminalscripts/xkcd.py
alias xkcd="python ~/.terminalscripts/xkcd.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment