cheat.sh - Fucking nice Terminal Cheat Sheet Collections (De/En)

in deutsch •  6 years ago  (edited)

Mit der Open-Source (MIT) Software cheat.sh kann man entweder über das Webinterface oder per Kommandozeile aus, auf Informationen zu momentan 55 Programmiersprachen, verschiedene Datenbanksysteme und auf über 1000 Linux Befehle zugreifen.

Der Terminal-basierte cheat.sh-Client hat einen speziellen Stealth-Modus inne, welcher aus einem in der Zwischenablage gespeicherten Text, einen automatischen Abfragestring generiert und entsprechend dafür den Cheat-Sheets anzeigt. Zur Zeit supportet cheat.sh den Vim-, Emacs- & Visual Studio Code-Editor.


With the open source (MIT) software cheat.sh you can access information on 55 programming languages, different database systems and over 1000 Linux commands either via the online web interface or command line.

The terminal-based client has a special stealth mode which generates an automatic query string from text stored in the clipboard and displays the cheat sheets accordingly.

Currently cheat.sh supports the Vim, Emacs & Visual Studio code editor.

Beispiel Python-Array-Anzeige:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Klingt interessant. Wie sieht das da bei versionsspezifischen Py-Befehlen aus?

Soweit ich das abchecken konnte werden Vorschläge für verschiedene Versionen mitangezeigt.

Beispiel: "cht.sh python"

"# Python v2.7"
python -m SimpleHTTPServer

"# Python 3"
python -m http.server 8000

Ah, perfekt. Danke!