Add utils to cheatsheet

This commit is contained in:
Martin Blazik
2020-09-20 18:02:20 +02:00
parent 76bcbcc7ad
commit f3e589a498

View File

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