2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
Go to file
Igor Chubin 0adbf03348 Fix comment length in all first-level cheat sheets
*  sheets/MegaCli
*  sheets/az
*  sheets/azure
*  sheets/blktrace
*  sheets/emacs
*  sheets/exim
*  sheets/go
*  sheets/ipython
*  sheets/jq
*  sheets/nmap
*  sheets/perl
*  sheets/psql
*  sheets/redis
*  sheets/sed
*  sheets/smartctl
*  sheets/solidity
*  sheets/yq_v4
2020-11-22 13:10:48 +01:00
see_also added Bash-Snippets links 2017-07-17 21:07:15 +00:00
sheets Fix comment length in all first-level cheat sheets 2020-11-22 13:10:48 +01:00
tests Correct how less(1) is used, & catch more(1) bug 2020-11-18 14:48:14 +00:00
LICENSE Initial commit 2017-05-07 23:38:41 +02:00
README.md add link to the issue page 2020-11-12 17:24:22 +01:00

cheat.sheets

Own cheat sheets repository of the cheat.sh.

If you want to add a cheat sheet to cheat.sh directly, add it here (please also consider adding your cheat sheet to one of the upstream repositories).

When adding a cheat sheet please use the following format:

# Command name
# Short command description

# Command usage example1 started with some comments
# and followed with a command example/switches.
command1

# Command usage example2.
# Each block separated with an empty line.
command2

For example:

# curl
# Command-line tool for transferring data with URL syntax

# Process a single GET request, and show its output on stdout.
curl http://path.to.the/file

Requirements and constraints:

  • Maximum length of a comment line (including comment sign) is 80

Other requirements can be proposed and discussed in #101