Skip to main content

Bash Productivity

iTerm utilities

# it2-tabtab

# it2copy
cat file.txt | it2copy
it2copy file.txt

it2dl—download a-file
İt2up—upload a-file


## Pipes

```sh
# Last dash: read from stdin
kustomize build dir/ | kubectl apply -f -