Skip to content

Cheatsheets 📔 ​

A set of personal cheat sheets ready to use with cheat.

Sheets ​

The following cheatsheets are available :

Sheet nameDescription
ansibleuseful commands for ansible
helmuseful commands for helm
kubectluseful commands for kubectl
k9suseful commands for k9s
openssluseful commands for openssl
pg_dumpuseful commands for pg_dump
pg_restoreuseful commands for pg_restore
sqlSQL language reminder
vimuseful commands for vim

Import ​

Sheets can be imported with the following command :

sh
curl -s https://raw.githubusercontent.com/this-is-tobi/tools/main/shell/clone-subdir.sh | bash -s -- \
  -u "https://github.com/this-is-tobi/cheatsheets" -s "sheets" -o "$HOME/.config/cheat/cheatsheets/personal" -d

Change the output folder accordingly to your needs / cheat configuration.

TIP

Check the script options with the helper flag :

sh
curl -s https://raw.githubusercontent.com/this-is-tobi/tools/main/shell/clone-subdir.sh | bash -s -- -h

Sources ​

Take a look at the project sources.

If you'd like to improve or fix the code, check out the contribution guidelines.