This repository is a collection of cheat/cheat compatible cheatsheets derived from tldr pages.
Add the cheatsheets to your cheat
installation by cloning this repository to
~/.cheat/cheatsheets/tldr
:
git clone https://github.com/ivuorinen/cheatsheet-tldr.git ~/.cheat/cheatsheets/tldr
Configure your cheat.yaml
to include the cheatsheets:
- name: tldr
path: ~/.cheat/cheatsheets/tldr/tldr
tags: [tldr]
readonly: true
Use cheat
as you normally would, but include the tldr
tag to filter the
cheatsheets:
cheat --tags tldr
Files under .github/
are licensed under the MIT License.
TLDR pages under tldr/
licensed under CC-BY-4.0.