diff --git a/doc/cheatsheet.md b/doc/cheatsheet.md index 40c0248..6d93f21 100644 --- a/doc/cheatsheet.md +++ b/doc/cheatsheet.md @@ -32,13 +32,15 @@ set -o nounset set -o pipefail ``` ### Linux -tldr - basic command usage usermod - modifu user account ### Tools - [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool - [direnv](https://direnv.net/) Directory specific variables - +- yq - YAML processor - jq wrapper for YAML documents +- jq - JSON processor +- tldr - basic command usage +- thefuck ## Kubernetes ```bash