Similar project: http://tldr.sh
It has clients in multiple languages, like
11–20 of 87 posts
Similar project: http://tldr.sh
It has clients in multiple languages, like
I like how this gives me access to succinct example usages of tools just enough to get me going or to jog my memory for how a certain tool works — without having to resort to using a browser and a search engine. curl cht.sh/find curl cht.sh/sed Like these.
Speaking of those top-level queries, I've noticed some of them are reported as unknown, even though they then are suggested. Observe:
temporal@galactica~> curl cht.sh/lisp
Unknown topic.
Do you mean one of these topics may be?
* lisp/ 100
* elisp/ 89
* alias 67
Changing the URL to cht.sh/alias correctly gives a list of examples, while lisp and elisp are always reported as unknown. My guess is, something somewhere is storing those tokens with forward slash in the name, whereas the HTTP handling code strips it out from request.EDIT: https://github.com/chubin/cheat.sh/issues/32. I need to kick the habit of writing HN comments first, then bug reports later :).
Similar project: http://tldr.sh
There's also a cheat sheet built into nearly every computer - it's called man pages.
It is good to have both.
There's also a cheat sheet built into nearly every computer - it's called man pages.
There's also a cheat sheet built into nearly every computer - it's called man pages.