Crates.io | xkcd-bin |
lib.rs | xkcd-bin |
version | 0.2.3 |
source | src |
created_at | 2024-09-03 19:46:59.773833 |
updated_at | 2024-09-12 14:59:57.794968 |
description | Display Xkcd.com comics in Kitty Terminal or in the default web browser. |
homepage | https://crates.io/crates/xkcd-bin |
repository | https://github.com/cacilhas/xkcd-bin |
max_upload_size | |
id | 1362018 |
size | 71,631 |
Just a CLI to show Xkcd.com comics in Kitty Terminal.
cargo +nightly install xkcd-bin
Get the latest comic:
xkcd latest
Or simply:
xkcd
Get a random comic:
xkcd random
Get the comic number 162:
xkcd 162
Open the comic number 162 in the default web browser:
xkcd --browser 162
Get help:
xkcd --help
If you’re looking for a library to build Xkcd into your project, please head to Rusty Xkcd or xkcd-rs.