Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
7z
 
 
ab
 
 
acl
 
 
 
 
 
 
apk
 
 
 
 
apt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
at
 
 
awk
 
 
 
 
 
 
 
 
cat
 
 
cd
 
 
 
 
 
 
 
 
 
 
 
 
cp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cut
 
 
 
 
dd
 
 
deb
 
 
df
 
 
 
 
 
 
 
 
dnf
 
 
 
 
 
 
du
 
 
 
 
 
 
 
 
 
 
 
 
for
 
 
gcc
 
 
gdb
 
 
git
 
 
gpg
 
 
 
 
gs
 
 
gyb
 
 
 
 
 
 
hg
 
 
 
 
 
 
hub
 
 
 
 
 
 
 
 
ip
 
 
 
 
 
 
 
 
 
 
jq
 
 
 
 
 
 
 
 
 
 
lib
 
 
ln
 
 
ls
 
 
 
 
 
 
lvm
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
mv
 
 
 
 
 
 
nc
 
 
 
 
 
 
 
 
nkf
 
 
 
 
 
 
 
 
 
 
npm
 
 
ntp
 
 
 
 
od
 
 
 
 
 
 
p4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
php
 
 
 
 
 
 
pip
 
 
 
 
 
 
 
 
 
 
ps
 
 
 
 
 
 
pwd
 
 
 
 
r2
 
 
rcs
 
 
 
 
 
 
rm
 
 
 
 
rpm
 
 
 
 
 
 
 
 
 
 
scd
 
 
scp
 
 
 
 
sed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ss
 
 
ssh
 
 
 
 
 
 
 
 
 
 
 
 
su
 
 
 
 
svn
 
 
 
 
 
 
 
 
tar
 
 
 
 
 
 
tee
 
 
 
 
 
 
top
 
 
tr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vim
 
 
 
 
wc
 
 
 
 
 
 
 
 
 
 
 
 
xxd
 
 
 
 
 
 
yum
 
 
z
 
 
zfs
 
 
zip
 
 
 
 
zsh
 
 

README.md

cheatsheets

This repository contains community-sourced cheatsheets to be used with cheat and similar applications.

Format

Cheatsheets are plain-text files that begin with an optional "front matter" header in YAML format. The header may be used to assign "tags" to a sheet, and to specify the sheet's syntax (bash, python, go, etc).

When possible, cheatsheets should conform to this format:

---
syntax: bash
tags: [ vcs, development ]
---
# To stage all changes in the current directory:
git add --all

# To commit staged changes:
git commit -m <message>

As a guideline, it is preferred to use docopt syntax when specifying parameter placeholders. In edge-cases where that syntax may cause confusion, it is permissible to use placeholder values (foo.txt, example.com, etc.) as necessary.

License

Cheatsheets are licensed under Creative Commons CC0 1.0. See LICENSE.txt for the full license text.

About

Community-sourced cheatsheets

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.