Cheat.sh

Miscellaneous tools
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Cheat.sh

#1 Post by labbe5 »

https://www.linuxuprising.com/2019/07/c ... mmand.html
cheat.sh provides access to community-driven cheat sheets and snippets for Linux/UNIX commands and many programming languages, using various interfaces.

It can be used in a web browser, from the command line (using curl, or its dedicated command line client for Linux or Windows), and as a plugin for Vim, Emacs, Visual Studio Code, Sublime Text and IntelliJ Idea, so you can search and insert a code snippet without leaving the code editor / the command line.


The tool is developed by Igor Chubin, also known for its console-oriented weather forecast service wttr.in, which can be used to retrieve the weather from the console using only cURL or Wget.

For installation, link above.

Post Reply