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 -
# 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 -