<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><style>p { margin: 0; }</style><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000"><br><font face="arial, helvetica, sans-serif"><span style="font-size: 12pt;">I just ran across a cool little site cheat.sh aka cht.sh. It's designed to be used from the command line for quick help for bash, python, and many other languages. </span></font><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;">For a no-install use, you can type this, for example to </div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><span style="white-space:pre">  </span>$ curl cht.sh/ls</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;">There's also a short script you can create like this</div><div style=""><span style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt; white-space: pre;">      </span><font face="arial, helvetica, sans-serif"><span style="font-size: 12pt;">$ </span>curl https://cht.sh/:cht.sh > ~/bin/cht.sh</font></div><div style=""><font face="arial, helvetica, sans-serif"><span style="white-space:pre">  </span>$ chmod +x ~/bin/cht.sh</font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif">Then you can just type</font></div><div style=""><font face="arial, helvetica, sans-serif"><span style="white-space:pre">   </span>$ cht.sh ss</font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif">There is bash tab completion available. There is also a vim plugin, plus some for other editors.</font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif">I only just started playing with it, but it looks promising. Has anyone been using it for a while and found it useful, or been disappointed?</font></div><div style=""><br></div><div style=""><font face="arial, helvetica, sans-serif">Links:</font></div><div style=""><font face="arial, helvetica, sans-serif">http://cheat.sh/</font></div><div style=""><font face="arial, helvetica, sans-serif">https://github.com/chubin/cheat.sh/blob/master/README.md</font></div></div></div></body></html>