From f3e589a498cb4c21bf6847561d08ab794df9f85f Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Sun, 20 Sep 2020 18:02:20 +0200 Subject: [PATCH] Add utils to cheatsheet --- doc/cheatsheet.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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