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:
Klingt interessant. Wie sieht das da bei versionsspezifischen Py-Befehlen aus?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ah, perfekt. Danke!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit