chtsh

Crates.iochtsh
lib.rschtsh
version0.1.1
sourcesrc
created_at2022-02-03 02:21:40.052677
updated_at2022-02-15 04:16:06.618844
descriptionRust CLI for interacting with https://cht.sh
homepage
repositoryhttps://github.com/blazkowolf/cht
max_upload_size
id526004
size25,491
Daniel Hill (blazkowolf)

documentation

README

chtsh

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.

Usage

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 🙂

Commit count: 19

cargo fmt