Crates.io | tamasha |
lib.rs | tamasha |
version | 0.1.0 |
source | src |
created_at | 2021-01-26 07:40:37.962385 |
updated_at | 2021-01-26 07:40:37.962385 |
description | A cli to fetch jokes from JokeAPI. |
homepage | https://rahul.onl |
repository | https://github.com/rahulunair/tamasha |
max_upload_size | |
id | 346780 |
size | 36,126 |
A cli client to fetch jokes using JokeAPI in Rust.
git clone https://github.com/rahulunair/tamasha.git
cd tamasha && cargo build --release
The binary will be in ./target/release/
The simplest way to use tamasha
is:
tamasha --fetch
This will fetch a joke from one of the categories:
- Misc
- Programming
- Dark
- Pun
- Spooky
- Christmas
For example,
tamasha --fetch
Why did the Python programmer not respond to the foreign mails he got?
Because his interpreter was busy collecting garbage.
To fetch a joke from a specific category, use -c
or --category
flag with --fetch
For example,
tamasha -c programming --fetch
Knock knock.
Who's there?
Recursion.
Recursion who?
Knock knock.
tamasha --help
tamasha 0.1.0
Fetch me a joke!
USAGE:
tamasha [FLAGS] [OPTIONS]
FLAGS:
--fetch
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --category <category> [default: any]
-f, --format <format> [default: txt]