mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
39 lines
616 B
Markdown
39 lines
616 B
Markdown
# cheat.sh
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# using the exact name of the command
|
|
curl cheat.sh/tar
|
|
curl cht.sh/curl
|
|
curl https://cheat.sh/rsync
|
|
curl https://cht.sh/tr
|
|
|
|
# search for a command
|
|
curl cht.sh/~snapshot
|
|
|
|
# programming languages have special namespaces
|
|
curl cht.sh/go/Pointers
|
|
curl cht.sh/scala/Functions
|
|
curl cht.sh/python/lambda
|
|
|
|
# list cheatsheets for a specific programming language
|
|
curl cht.sh/go/:list
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [website]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Upstream -->
|
|
[website]: https://cheat.sh/
|