This repository contains the sources for various of my Reference Cards / CheatSheets, available at https://michaelgoerz.net/refcards/.
Mostly, these are in LaTeX or Plain TeX (possibly generated through a Pythonscript), although some of the older refcards were written in Open Office (beforeI wised up to the fact that text processors are not suitable for tightlytypeset documents that you still want to be able to reproduce ten years later).
xcode-select --install
)brew install imagemagick
)To generate all refcards, run
make
To return the repository to a clean state, removing all generated refcards, run
make distclean
You can also remove build-artifacts (such as tex-aux files) with
make clean
To collect the files for https://michaelgoerz.net/refcards/, I use
make collect
If you only want to generate a particular refcard, you can also runmake
/make clean
/make distclean
from within the folder for that refcard.
programming-cheatsheets This project is not maintained anymore, but people keep starring/forking it.I've decided to overwrite Git history.From now, please use reference-cards instead.
Command Line Debugging Cheatsheets Collection of language and runtime command-line debugging common actions Index Bash C Go Node.js Perl Python Why is this important? �� You won't always have 3rd part
WEBSITE DIRECTORY: Available here. �� Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. �� Why Awesom
security-cheatsheets A collection of useful cheatsheets for cheat that focuses on aiding security-type people with either security tools or popular UNIX programs. Requirements cheat Installation Someh