Crates.io | chtsh |
lib.rs | chtsh |
version | 0.1.1 |
source | src |
created_at | 2022-02-03 02:21:40.052677 |
updated_at | 2022-02-15 04:16:06.618844 |
description | Rust CLI for interacting with https://cht.sh |
homepage | |
repository | https://github.com/blazkowolf/cht |
max_upload_size | |
id | 526004 |
size | 25,491 |
chtsh
is a Rust CLI for cht.sh.
I am unaffiliated with cht.sh. This is a hobby project.
cht.sh's GitHub repository advertises an existing CLI, and it is stable and feature complete.
chtsh <LANGUAGE> [QUERY_PARTS]
LANGUAGE
is required and must be a valid programming language or topic.
QUERY_PARTS
is an optional freeform parameter where you can ask a question
regarding the provided LANGUAGE
value. If left empty, QUERY_PARTS
's value defaults to
:list
which will print the known topics for the value provided in LANGUAGE
.
Valid usage examples:
chtsh go
chtsh rust error handling
chtsh java stream filter
Any constructive feedback is appreciated 🙂