Cheatsheets 📔 ​
A set of personal cheat sheets ready to use with cheat.
Sheets ​
The following cheatsheets are available :
Sheet name | Description |
---|---|
ansible | useful commands for ansible |
helm | useful commands for helm |
kubectl | useful commands for kubectl |
k9s | useful commands for k9s |
openssl | useful commands for openssl |
pg_dump | useful commands for pg_dump |
pg_restore | useful commands for pg_restore |
sql | SQL language reminder |
vim | useful 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.