You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 months ago | |
---|---|---|
LICENSE | 5 months ago | |
README.md | 4 months ago | |
install.sh | 5 months ago | |
requirements.txt | 5 months ago | |
xkcd.py | 5 months ago |
README.md
xkcdtui
a Terminal User Interface tool to enjoy XKCD comics from your comfy terminal
Installation
just run
./install.sh
it'll get you sorted!
Usage
xkcd [num/'r']
with no arguments, will run a selection menu
if an number is passed, xkcd will display the numth comic in the archive list (descending cronological order)
if 'r' is passed, xkcd will display a random comic
Requiremets
python 3.8+
An image viewer that supports url arguments. Default is feh
. Edit xkcd.py before installing to change IMAGE_VIEWER to your preferred one.