Read xkcd comics without a browser!
 
 
Go to file
umanochiocciola e991a6af99
Update README.md
2022-03-29 17:49:06 +02:00
LICENSE Initial commit 2022-03-18 20:13:37 +01:00
README.md Update README.md 2022-03-29 17:49:06 +02:00
install.sh Add files via upload 2022-03-18 20:20:49 +01:00
requirements.txt Add files via upload 2022-03-18 20:20:49 +01:00
xkcd.py fixed embarrassing bug 2022-03-19 17:45:40 +01:00

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.