Skip to content

Python based cli-tool to explore xkcd web-comic content from your terminal 💻

License

Notifications You must be signed in to change notification settings

nikshinde1996/xkcd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xkcd-cli

The missing CLI for exploring xkcd web-comic from your terminal

alt text

Installation / Quick Start

xkcd-cli is available as pypi package. Install using pip/pip3

$ pip install xkcd-cli

Commands

  • $ xkcd latest - loads the latest comic in default image viewer.

  • $ xkcd random - loads any random comic content from past.

  • $ xkcd fetch --index=0 - loads the comic at given index.

  • $ xkcd open --blag | --blog - opens XKCD blog in default browser.

  • $ xkcd open --fora | --forums - opens XKCD forums webpage in default browser.

  • $ xkcd open --store - opens XKCD merchandise store in default browser.

  • $ xkcd open --about - opens XKCD info webpage in default brwoser.

Usage flags
  • $ xkcd --help - prints a help screen.
  • $ xkcd [COMMAND] --debug - runs the commands in debug mode.
  • $ xkcd [COMMAND] --log-info - prints the comic metadata in terminal.

License

The MIT License (MIT)

About

Python based cli-tool to explore xkcd web-comic content from your terminal 💻

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages