Hacker News new | ask | show | jobs
by roryokane 4915 days ago
A similar program is `cheat`, from http://cheat.errtheblog.com/. Like howdoi, it prints short help on various topics to the commandline. But rather than searching Stack Overflow, it accesses a much smaller online wiki of cheat sheets. I’d give some examples of cheat sheets it has, but the online wiki seems to be down right now.
1 comments

Huh, I wrote a little tool to keep track of my own command line snippets ages ago, also called `cheat`. I guess that's the natural name for it.