mradigen / xkcd

Minimal shell script to read xkcd comics (https://xkcd.com/).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xkcd

Minimal script to read xkcd comics (https://xkcd.com/).

Dependencies:

  • curl
  • feh

Usage:

xkcd                             # Get the latest xkcd comic from https://xkcd.com/
xkcd {n}                         # Get a specific xkcd comic from https://xkcd.com/
xkcd [OPTIONS] {n}

Options:
	-r, --random                 # Get {n} number of random xkcd comic(s)
	-c, --check                  # Check whether a new comic was released
	-h, --help                   # Output this help

About

Minimal shell script to read xkcd comics (https://xkcd.com/).


Languages

Language:Shell 100.0%