Created
November 24, 2016 09:25
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional 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