Add utils to cheatsheet
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user